Browse Source

Rebuild Isotope.

pull/121/head
Ned Zimmerman 7 years ago
parent
commit
c4775f31d5
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 3
      package.json

3
package.json

@ -49,7 +49,8 @@
"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",
"test": "npm run -s lint"
"test": "npm run -s lint",
"install": "npm run -s build:production"
},
"engines": {
"node": ">= 6.9.4"

Loading…
Cancel
Save