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:
@@ -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:*",
|
||||
|
Reference in New Issue
Block a user