From bbbe2fac947eeb0f62f28f3ea4337e12e02bc4b4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 25 Jun 2018 16:31:48 +0200 Subject: [PATCH] builds.sh: run "build" and "dbmigrate" from npm. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c773c4b..88f5566 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh -grunt --target=production +npm run build && npm run dbmigrate