Skip to content

Commit 09a635e

Browse files
committed
update scripts
1 parent 847b5f6 commit 09a635e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "types/index.d.ts",
77
"scripts": {
88
"compile": "tsc",
9-
"build": "yarn run clean && yarn run compile",
9+
"build": "rm -rf dist && yarn run clean && yarn run compile",
1010
"test": "yarn test/ test",
1111
"release": "standard-version",
1212
"--------------": "",
@@ -15,9 +15,7 @@
1515
"clean:all": "yarn run clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
1616
"reset": "yarn run clean:all && yarn install && yarn build",
1717
"-------------- ": "",
18-
"prepack": "yarn build",
19-
"pretest": "yarn test/ install",
20-
"prebuild": "rimraf -g dist"
18+
"prepack": "yarn build"
2119
},
2220
"keywords": [
2321
"typescript",

0 commit comments

Comments
 (0)