package.json: call for dbmigrate script. run "npm run phinx" instead of phinx directly.
This commit is contained in:
parent
694eac24ef
commit
b3e6bcbafd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"phinx": "vendor/bin/phinx",
|
||||
"dbmigrate": "vendor/bin/phinx migrate -e main",
|
||||
"dbmigrate": "npm run phinx migrate -e main",
|
||||
"build": "gulp build-assets",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue