Skip to content

Commit 83b5a56

Browse files
authored
fix: cpy syntax on npm package (#1195)
1 parent ccbdafa commit 83b5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "tsc --project tsconfig.build.json",
66
"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",
7+
"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",
88
"test": "npm run lint && vitest run"
99
},
1010
"author": {

0 commit comments

Comments
 (0)