Skip to content

Commit 0f77167

Browse files
committed
modify scripts
1 parent 8b38c19 commit 0f77167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"clean": "rm -rf lib/",
9-
"build": "yarn clean && tsc && chmod +x lib/cli.js",
8+
"clean": "rimraf lib/",
9+
"build": "npm run clean && tsc && chmod +x lib/cli.js",
1010
"test": "jest",
1111
"test:watch": "jest --watch",
1212
"test:ci": "jest --coverage",

0 commit comments

Comments
 (0)