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 d2c51b1 commit ac461b7Copy full SHA for ac461b7
package.json
@@ -8,8 +8,8 @@
8
"dev": "nodemon src/index.js",
9
"postinstall": "npm run migrate",
10
"pretest": "NODE_ENV=test npm run migrate",
11
- "test": "NODE_ENV=test mocha test/**/*.test.js --exit",
12
- "migrate": "knex migrate:latest",
+ "test": "NODE_ENV=test `npm bin`/mocha test/**/*.test.js --exit",
+ "migrate": "`npm bin`/knex migrate:latest",
13
"lint": "`npm bin`/eslint src/**.js test/**.js *.js"
14
},
15
"repository": {
0 commit comments