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 847b5f6 commit 09a635eCopy full SHA for 09a635e
package.json
@@ -6,7 +6,7 @@
6
"types": "types/index.d.ts",
7
"scripts": {
8
"compile": "tsc",
9
- "build": "yarn run clean && yarn run compile",
+ "build": "rm -rf dist && yarn run clean && yarn run compile",
10
"test": "yarn test/ test",
11
"release": "standard-version",
12
"--------------": "",
@@ -15,9 +15,7 @@
15
"clean:all": "yarn run clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
16
"reset": "yarn run clean:all && yarn install && yarn build",
17
"-------------- ": "",
18
- "prepack": "yarn build",
19
- "pretest": "yarn test/ install",
20
- "prebuild": "rimraf -g dist"
+ "prepack": "yarn build"
21
},
22
"keywords": [
23
"typescript",
0 commit comments