Browse Source

Don't build after install

pull/151/head
Ned Zimmerman 7 years ago
parent
commit
57743e5402
  1. 3
      package.json

3
package.json

@ -53,8 +53,7 @@
"lint": "npm run -s lint:scripts && npm run -s lint:styles", "lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "cross-env NODE_ENV=development node_modules/eslint/bin/eslint.js \"assets/scripts/**/*.js\"", "lint:scripts": "cross-env NODE_ENV=development node_modules/eslint/bin/eslint.js \"assets/scripts/**/*.js\"",
"lint:styles": "cross-env NODE_ENV=development node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss", "lint:styles": "cross-env NODE_ENV=development node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss",
"test": "npm run -s lint", "test": "npm run -s lint"
"install": "npm run -s build:production"
}, },
"engines": { "engines": {
"node": ">= 6.9.4" "node": ">= 6.9.4"

Loading…
Cancel
Save