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 56b71a4 commit fa7667eCopy full SHA for fa7667e
package.json
@@ -11,13 +11,9 @@
11
"release": "standard-version",
12
"--------------": "",
13
"format": "prettier --write .",
14
- "clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
+ "clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist dist",
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
- "prebuild": "rimraf -g dist",
19
- "install:tests": "cd test && yarn install",
20
- "prepare": "yarn run install:tests"
+ "reset": "yarn run clean:all && yarn install && yarn build"
21
},
22
"keywords": [
23
"typescript",
0 commit comments