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
+1 -1
View File
@@ -21,7 +21,7 @@
"typescript": "^4.9.5"
},
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"test": "jest --passWithNoTests src",
"build": "rimraf dist && tsc",
"watch": "tsc --watch"