chore(proxy): remove rimraf dev dep
This commit is contained in:
@@ -73,17 +73,14 @@
|
|||||||
"@vates/toggle-scripts": "^1.0.0",
|
"@vates/toggle-scripts": "^1.0.0",
|
||||||
"babel-plugin-transform-dev": "^2.0.1",
|
"babel-plugin-transform-dev": "^2.0.1",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
"index-modules": "^0.3.0",
|
"index-modules": "^0.3.0"
|
||||||
"rimraf": "^3.0.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
"_build": "index-modules --cjs-lazy src/app/mixins && babel --delete-dir-on-start --source-maps --out-dir=dist/ src/",
|
||||||
"clean": "rimraf dist/",
|
"build": "cross-env NODE_ENV=production yarn run _build",
|
||||||
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
"dev": "cross-env NODE_ENV=development yarn run _build --watch",
|
||||||
"_postinstall": "./scripts/systemd-service-installer",
|
"_postinstall": "./scripts/systemd-service-installer",
|
||||||
"postpack": "toggle-scripts -postinstall -preuninstall",
|
"postpack": "toggle-scripts -postinstall -preuninstall",
|
||||||
"prebuild": "yarn run clean && index-modules --cjs-lazy src/app/mixins",
|
|
||||||
"predev": "yarn run prebuild",
|
|
||||||
"prepack": "toggle-scripts +postinstall +preuninstall",
|
"prepack": "toggle-scripts +postinstall +preuninstall",
|
||||||
"prepublishOnly": "yarn run build",
|
"prepublishOnly": "yarn run build",
|
||||||
"_preuninstall": "./scripts/systemd-service-installer",
|
"_preuninstall": "./scripts/systemd-service-installer",
|
||||||
|
|||||||
Reference in New Issue
Block a user