Skip to content

Commit

Permalink
build: fix tsc build (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Feb 6, 2024
1 parent 7ba1125 commit 62e86fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "pnpm build:all && pnpm build:copy && pnpm build:style",
"build:all": "pnpm --parallel --stream build",
"build": "pnpm build:tsc && pnpm build:copy && pnpm build:style",
"build:copy": "pnpm --parallel --stream copy",
"build:style": "pnpm --parallel --stream style",
"build:tsc": "tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 62e86fd

Please sign in to comment.