From 6a61ddbcf43025d85ab0bbdf3adc61cf958b9ffe Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 29 May 2017 10:23:55 +0200 Subject: [PATCH] Lint before build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c995b64..b22cc69 100644 --- a/package.json +++ b/package.json @@ -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:*",