Skip to content

Commit

Permalink
fix: migrations on production (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarciovsena committed Dec 27, 2018
1 parent 680d462 commit e395d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": "10.7.0"
},
"scripts": {
"build": "webpack --mode production",
"build": "webpack --mode production && ENV_SILENT=true node ace migration:run --force",
"doc": "apidoc -i app/ -o apidoc/ -t ../apidoc-bs3-template/template",
"migrations": "adonis migration:reset && adonis migration:run && adonis seed --files='Seeder.js'",
"prestart": "yarn build",
Expand Down

0 comments on commit e395d0a

Please sign in to comment.