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 f7fb2c5 commit 593f8c5Copy full SHA for 593f8c5
package.json
@@ -62,6 +62,7 @@
62
"prepare": "yarn run rollup:build && yarn run test",
63
"build": "yarn rollup:build",
64
"watch": "yarn rollup:watch",
65
+ "clean": "rm -rf lib",
66
"rollup:build": "rollup -c",
67
"rollup:watch": "yarn run rollup:build --watch",
68
"test": "yarn run test:jest && yarn run lint",
0 commit comments