Archived
1
0
Fork 0

builds.sh: run "build" and "dbmigrate" from npm.

This commit is contained in:
Henrik Hautakoski 2018-06-25 16:31:48 +02:00
parent b44e74c154
commit bbbe2fac94
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -1,3 +1,3 @@
#!/bin/sh
grunt --target=production
npm run build && npm run dbmigrate