mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
Auto-purge node cache
This commit is contained in:
parent
59407fc0c4
commit
2e7b42ebc6
@ -22,7 +22,10 @@
|
|||||||
"lint:js": "eslint ./src --config .eslintrc",
|
"lint:js": "eslint ./src --config .eslintrc",
|
||||||
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
|
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
|
||||||
"prebuild": "yarn lint:fix && rimraf dist",
|
"prebuild": "yarn lint:fix && rimraf dist",
|
||||||
"prepare": "yarn lint:fix && yarn build"
|
"prepare": "yarn lint:fix && yarn build",
|
||||||
|
"prunecaches": "rimraf ./node_modules/.cache/",
|
||||||
|
"postinstall": "npm run prunecaches",
|
||||||
|
"postuninstall": "npm run prunecaches"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@a2nt/meta-lightbox": "^1.2.2",
|
"@a2nt/meta-lightbox": "^1.2.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user