1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-13 16:45:01 +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": {
"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:normal": "webpack",
"lint": "npm-run-all -p lint:*",