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 e26fc8d commit fe133c0Copy full SHA for fe133c0
package.json
@@ -5,7 +5,8 @@
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"scripts": {
8
- "build": "tsc && chmod +x lib/cli.js",
+ "clean": "rm -rf lib/",
9
+ "build": "yarn clean && tsc && chmod +x lib/cli.js",
10
"test": "jest",
11
"test:watch": "jest --watch",
12
"test:ci": "jest --coverage",
0 commit comments