We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbdafa commit 83b5a56Copy full SHA for 83b5a56
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"build": "tsc --project tsconfig.build.json",
6
"lint": "biome check --error-on-warnings ./src",
7
- "package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy -E dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
+ "package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
8
"test": "npm run lint && vitest run"
9
},
10
"author": {
0 commit comments