chore: include rimraf as part of the build for most of the packages (#4615)
* chore: include rimraf as part of the build for most of the packages * cleanup * revert medusa interface * missing script update
This commit is contained in:
committed by
GitHub
parent
c8ef0c6d25
commit
58d4c230e2
@@ -19,6 +19,7 @@
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"rimraf": "^5.0.1",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
@@ -31,7 +32,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "cross-env NODE_ENV=production yarn run build",
|
||||
"build": "tsc --build",
|
||||
"build": "rimraf dist && tsc --build",
|
||||
"test": "jest",
|
||||
"watch": "tsc --build --watch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user