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 387e84c commit da77310Copy full SHA for da77310
package.json
@@ -31,7 +31,7 @@
31
"format:write": "npx prettier --write .",
32
"format:check": "npx prettier --check .",
33
"lint": "npx eslint .",
34
- "package": "npx rollup --config rollup.config.js",
+ "package": "npx rimraf ./dist && npx rollup --config rollup.config.js",
35
"package:watch": "npm run package -- --watch",
36
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
37
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
0 commit comments