Skip to content

Commit c50436d

Browse files
update knex script command
1 parent 729dcf4 commit c50436d

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
@@ -9,7 +9,7 @@
99
"postinstall": "",
1010
"pretest": "NODE_ENV=test npm run migrate",
1111
"test": "NODE_ENV=test `npm bin`/mocha test/**/*.test.js --exit",
12-
"migrate": "`npm bin`/knex migrate:latest",
12+
"migrate": "knex migrate:latest",
1313
"lint": "`npm bin`/eslint src/**.js test/**.js *.js"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)