Skip to content

Commit fe133c0

Browse files
committed
clean before build
1 parent e26fc8d commit fe133c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"build": "tsc && chmod +x lib/cli.js",
8+
"clean": "rm -rf lib/",
9+
"build": "yarn clean && tsc && chmod +x lib/cli.js",
910
"test": "jest",
1011
"test:watch": "jest --watch",
1112
"test:ci": "jest --coverage",

0 commit comments

Comments
 (0)