package.json: adding phinx and dbmigrate scripts command.
This commit is contained in:
parent
e41ef8653a
commit
b44e74c154
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
"gulp-uglify": "^3.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"phinx": "vendor/bin/phinx",
|
||||
"dbmigrate": "vendor/bin/phinx migrate -e main",
|
||||
"build": "gulp build-assets",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue