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