We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee98f48 commit f22969dCopy full SHA for f22969d
package.json
@@ -7,7 +7,7 @@
7
"type": "module",
8
"scripts": {
9
"build:clean": "shx rm -rf dist/*",
10
- "build:copy": "shx cp src/* dist",
+ "build:copy": "shx mkdir dist && shx cp src/* dist",
11
"build:types": "tsc",
12
"build:cleantypes": "shx rm dist/*.d.ts",
13
"build": "npm-run-all build:clean --parallel build:copy build:types",
0 commit comments