Skip to content

Commit fa7667e

Browse files
committed
remove pre- scripts not compatible with yarn berry
1 parent 56b71a4 commit fa7667e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
"release": "standard-version",
1212
"--------------": "",
1313
"format": "prettier --write .",
14-
"clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
14+
"clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist dist",
1515
"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"
16+
"reset": "yarn run clean:all && yarn install && yarn build"
2117
},
2218
"keywords": [
2319
"typescript",

0 commit comments

Comments
 (0)