package.json: last commit did not do the trick skipping '-e main' as it is the default anyway.
This commit is contained in:
parent
adeb1e6368
commit
4c872d76dd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"phinx": "vendor/bin/phinx",
|
||||
"dbmigrate": "npm run phinx migrate '-e main'",
|
||||
"dbmigrate": "npm run phinx migrate",
|
||||
"build": "gulp build-assets",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue