Skip to content

Commit a5a84e3

Browse files
disable postinstall migrations
* temporarily
1 parent ac461b7 commit a5a84e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node index.js",
88
"dev": "nodemon src/index.js",
9-
"postinstall": "npm run migrate",
9+
"postinstall": "",
1010
"pretest": "NODE_ENV=test npm run migrate",
1111
"test": "NODE_ENV=test `npm bin`/mocha test/**/*.test.js --exit",
1212
"migrate": "`npm bin`/knex migrate:latest",

0 commit comments

Comments
 (0)