Skip to content

Commit f885b17

Browse files
committed
Prevent autoinstall so we can run on test/production separately
1 parent 48d3dce commit f885b17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"node": ">=8.0.0"
77
},
88
"scripts": {
9-
"install": "npm run setup && npm run migrate",
10-
"install:undo": "npm run migrate:undo",
11-
"setup": "./setup.sh",
9+
"setup": "./setup.sh && npm run migrate",
10+
"setup:undo": "npm run migrate:undo",
1211
"migrate": "sequelize db:migrate",
1312
"migrate:undo": "sequelize db:seed:undo:all",
1413
"seed": "sequelize db:seed:all",

0 commit comments

Comments
 (0)