Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Nov 15, 2023
1 parent 0fcde78 commit 8632445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"dev:packages": "ts-node ./scripts/rollupWatch.ts",
"dev:ui": "cd packages/ui && pnpm run dev",
"build:packages": "ts-node ./scripts/rollupBuild.ts",
"build:type": "cd packages/r-store && pnpm run type-gen && cd ../../ && ts-node ./scripts/clearTemp.ts",
"build:type-gen": "cd packages/r-store && pnpm run type-gen",
"build:type-copy": "ts-node ./scripts/clearTemp.ts",
"build:type": "pnpm run build:type-gen && pnpm run build:type-copy",
"build": "pnpm run build:packages && pnpm run build:type",
"lint": "eslint --cache --ext ts,tsx .",
"lint:fix": "pnpm run lint --fix",
Expand Down

0 comments on commit 8632445

Please sign in to comment.