From 2cd1bcf7ae1ade671ac09b535077bdc0b92a1c0a Mon Sep 17 00:00:00 2001 From: maksimchepelev Date: Wed, 21 Nov 2018 14:18:10 +0300 Subject: [PATCH] EWC-360 preinstall to preuninstall --- package.json | 2 +- scripts/{preinstall.sh => preuninstall.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{preinstall.sh => preuninstall.sh} (100%) diff --git a/package.json b/package.json index e7abfd628..01ed784cf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "start": "NODE_ENV=production node ./src/main.js start", "start-dev": "NODE_ENV=development node ./src/main.js start", "build": "export NODE_ENV=production && cd src/sequelize && ../../node_modules/.bin/sequelize db:migrate && ../../node_modules/.bin/sequelize db:seed:all", - "preinstall": "bash scripts/preinstall.sh", + "preuninstall": "bash scripts/preuninstall.sh", "postinstall": "bash scripts/postinstall.sh", "lint": "./node_modules/.bin/eslint \"**/*.js\"" }, diff --git a/scripts/preinstall.sh b/scripts/preuninstall.sh similarity index 100% rename from scripts/preinstall.sh rename to scripts/preuninstall.sh