Archived
1
0
Fork 0

package.json: last commit did not do the trick skipping '-e main' as it is the default anyway.

This commit is contained in:
Henrik Hautakoski 2018-08-10 16:39:44 +02:00
parent adeb1e6368
commit 4c872d76dd
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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"
},