chore: Remove rimraf from prepare (#4741)

This commit is contained in:
Oli Juhl
2023-08-11 22:55:59 +02:00
committed by GitHub
parent 9469063f64
commit 1d2637572b
28 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -33,9 +33,9 @@
"ulid": "^2.3.0"
},
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest"
"test": "jest --runInBand --bail --forceExit"
}
}