1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-15 09:34:29 +02:00

Lint before build

This commit is contained in:
Antonio Laguna
2017-05-29 10:23:55 +02:00
parent c5ee83c940
commit 6a61ddbcf4

View File

@@ -57,7 +57,7 @@
}, },
"scripts": { "scripts": {
"prebuild": "rimraf static/js/webslide*", "prebuild": "rimraf static/js/webslide*",
"build": "npm-run-all -s build:*", "build": "npm-run-all -s lint build:*",
"build:min": "webpack --output-filename [name].min.js -p", "build:min": "webpack --output-filename [name].min.js -p",
"build:normal": "webpack", "build:normal": "webpack",
"lint": "npm-run-all -p lint:*", "lint": "npm-run-all -p lint:*",