Skip to content

Commit

Permalink
Update swc build for swc-project/swc#4017
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Feb 6, 2024
1 parent bedeb69 commit db8fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"main": "dist/index.js",
"scripts": {
"build": "swc ./src -d ./dist",
"build": "swc ./src -d ./dist --strip-leading-paths --delete-dir-on-start",
"test:unit": "pnpm run build && jest",
"types": "tsc -p ."
},
Expand Down

0 comments on commit db8fa70

Please sign in to comment.