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 15
15
" iterable"
16
16
],
17
17
"scripts" : {
18
- "build:dist" : " rimraf dist/* && tsc && copyfiles -u 1 src/**/*.d.ts dist" ,
19
- "build:dist-esm" : " rimraf dist-esm/* && tsc -p tsconfig.esm.json" ,
18
+ "build:dist" : " rimraf dist && tsc && copyfiles -u 1 src/**/*.d.ts dist" ,
19
+ "build:dist-esm" : " rimraf dist-esm && tsc -p tsconfig.esm.json" ,
20
20
"build" : " pnpm i && pnpm run build:dist && pnpm run build:dist-esm" ,
21
21
"bump" : " npm run-script precommit && npm version patch" ,
22
- "docs" : " rimraf docs/* && typedoc --options typedoc.json --readme none" ,
22
+ "docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
23
23
"lint" : " eslint src/**/*.ts" ,
24
24
"precommit" : " pnpm i && run-p lint test && run-p build:* && npm run-script validate && git status -s" ,
25
25
"prepublishOnly" : " npm run-script build && run-p validate test" ,
You can’t perform that action at this time.
0 commit comments