From d2cd5bb449a062424df126a314f547ef8d70794d Mon Sep 17 00:00:00 2001 From: alex-phillips Date: Tue, 18 Feb 2020 13:19:27 -0500 Subject: [PATCH] install is now setup so it doesn't run after every npm install exec --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 650885c..c7e694d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "pretest": "NODE_ENV=test npm run db:migrate", "test": "jest", "build": "npx quasar build", - "install": "node ./scripts/install && npm run build && npm run db:migrate && npm run db:seed" + "setup": "node ./scripts/install && npm run build && npm run db:migrate && npm run db:seed" }, "dependencies": { "@quasar/extras": "^1.0.0",