builds.sh: run "build" and "dbmigrate" from npm.
This commit is contained in:
parent
b44e74c154
commit
bbbe2fac94
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
grunt --target=production
|
||||
npm run build && npm run dbmigrate
|
||||
|
|
|
|||
Reference in a new issue