We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696af3e commit 724f7a4Copy full SHA for 724f7a4
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"dist"
22
],
23
"scripts": {
24
- "build": "tsc -p ./tsconfig.build.json",
+ "build": "rimraf dist && tsc -p ./tsconfig.build.json",
25
"example:run": "vite example",
26
"lint": "tsc --noEmit && prettier --check src example/src && eslint src example/src",
27
"lint:fix": "prettier --write src example/src && eslint src example/src",
@@ -88,6 +88,7 @@
88
"prettier": "^2.3.1",
89
"react": "^17.0.2",
90
"react-dom": "^17.0.0",
91
+ "rimraf": "^3.0.2",
92
"ts-node": "^10.0.0",
93
"typescript": "^4.3.4",
94
"vite": "^2.3.8"
0 commit comments