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:
@@ -20,7 +20,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest --passWithNoTests src",
|
||||
"build": "tsc",
|
||||
"build": "rimraf dist && tsc",
|
||||
"watch": "tsc --watch",
|
||||
"prepare": "cross-env NODE_ENV=production yarn run build"
|
||||
},
|
||||
@@ -30,6 +30,7 @@
|
||||
"@types/yargs": "^15.0.15",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"rimraf": "^5.0.1",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user