We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac461b7 commit a5a84e3Copy full SHA for a5a84e3
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "node index.js",
8
"dev": "nodemon src/index.js",
9
- "postinstall": "npm run migrate",
+ "postinstall": "",
10
"pretest": "NODE_ENV=test npm run migrate",
11
"test": "NODE_ENV=test `npm bin`/mocha test/**/*.test.js --exit",
12
"migrate": "`npm bin`/knex migrate:latest",
0 commit comments