Auto-purge node cache

This commit is contained in:
Tony Air 2020-02-25 13:51:25 +07:00
parent 59407fc0c4
commit 2e7b42ebc6
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@
"lint:js": "eslint ./src --config .eslintrc",
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
"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": {
"@a2nt/meta-lightbox": "^1.2.2",