From 4c872d76dd0377839685b5a321b59a8de6eff595 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Aug 2018 16:39:44 +0200 Subject: [PATCH] package.json: last commit did not do the trick skipping '-e main' as it is the default anyway. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acaaf12..90aa6bf 100644 --- a/package.json +++ b/package.json @@ -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" },