Rename build script
This commit is contained in:
parent
e0416905fc
commit
043274137b
|
@ -19,8 +19,8 @@
|
||||||
"updates": "^4.0.0"
|
"updates": "^4.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run update-node && npm run update-versions && npm run build:cm",
|
"build": "npm run update-node && npm run update-versions && npm run build-codemirror",
|
||||||
"build:cm": "node tools/update-libraries.js && node tools/update-codemirror-themes.js",
|
"build-codemirror": "node tools/update-libraries.js && node tools/update-codemirror-themes.js",
|
||||||
"lint": "eslint **/*.js || true",
|
"lint": "eslint **/*.js || true",
|
||||||
"update-node": "updates -u && npm update",
|
"update-node": "updates -u && npm update",
|
||||||
"update-versions": "node tools/update-versions",
|
"update-versions": "node tools/update-versions",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user