Skip to content

Commit f22969d

Browse files
committed
chore: tweak build task to create dir
1 parent ee98f48 commit f22969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"scripts": {
99
"build:clean": "shx rm -rf dist/*",
10-
"build:copy": "shx cp src/* dist",
10+
"build:copy": "shx mkdir dist && shx cp src/* dist",
1111
"build:types": "tsc",
1212
"build:cleantypes": "shx rm dist/*.d.ts",
1313
"build": "npm-run-all build:clean --parallel build:copy build:types",

0 commit comments

Comments
 (0)