diff --git a/package.json b/package.json index ab72ccc..fb2d982 100644 --- a/package.json +++ b/package.json @@ -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" },