This commit is contained in:
dedal.qq 2019-02-06 22:27:54 +03:00
parent 42059c9953
commit 30dafd6025

View File

@ -2,6 +2,8 @@
"build": [
["node", "-v"],
["npm", "-v"],
["npm", "cache", "clean", "--force"],
["rm", "-rf", "node_modules"],
["npm", "config", "set", "scripts-prepend-node-path", "true"],
["npm", "config", "set", "color", "false"],
["npm", "install"]