From 57743e5402e73d631f581a9e401206f93655c42d Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Tue, 18 Dec 2018 10:13:38 -0400 Subject: [PATCH] Don't build after install --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2375108..026efb7 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,7 @@ "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:styles": "cross-env NODE_ENV=development node_modules/stylelint/bin/stylelint.js \"assets/styles/**/*.scss\" --syntax scss", - "test": "npm run -s lint", - "install": "npm run -s build:production" + "test": "npm run -s lint" }, "engines": { "node": ">= 6.9.4"