File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
" web-worker"
26
26
],
27
27
"scripts" : {
28
- "build:dist" : " rimraf dist/* && tsc && copyfiles -u 1 src/**/*.d.ts dist" ,
29
- "build:dist-esm" : " rimraf dist-esm/* && tsc -p tsconfig.esm.json" ,
28
+ "build:dist" : " rimraf dist && tsc && copyfiles -u 1 src/**/*.d.ts dist" ,
29
+ "build:dist-esm" : " rimraf dist-esm && tsc -p tsconfig.esm.json" ,
30
30
"build" : " pnpm i && pnpm run build:dist && pnpm run build:dist-esm" ,
31
31
"bump" : " npm run-script precommit && npm version patch" ,
32
- "docs" : " rimraf docs/* && typedoc --options typedoc.json --readme none" ,
32
+ "docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
33
33
"lint" : " eslint src/**/*.ts" ,
34
34
"precommit" : " pnpm i && run-p lint test && run-p build:* && npm run-script validate && git status -s" ,
35
35
"prepublishOnly" : " npm run-script build && run-p validate test" ,
You can’t perform that action at this time.
0 commit comments