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