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