Skip to content

Commit

Permalink
[conf] fix swc build breaking bug swc-project/cli#281
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Feb 7, 2024
1 parent 2bbd06c commit 12e4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"scripts": {
"build": "run-p build:*",
"build:swc": "swc ./source -d ./build",
"build:swc": "swc ./source -d ./build --strip-leading-paths",
"build:types": "tsc --project tsconfig.build.json",
"check": "run-p check:*",
"check:code": "eslint . --ext .ts --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 12e4d18

Please sign in to comment.