Re-order build commands
This commit is contained in:
parent
b93d595209
commit
b81a182f6e
1 changed files with 1 additions and 1 deletions
2
app.yml
2
app.yml
|
@ -130,10 +130,10 @@ redirects:
|
|||
|
||||
commands:
|
||||
build: |
|
||||
vendor/bin/sculpin generate --env=prod
|
||||
yarn --pure-lockfile
|
||||
node_modules/.bin/bower install
|
||||
node_modules/.bin/gulp --production
|
||||
vendor/bin/sculpin generate --env=prod
|
||||
|
||||
deploy:
|
||||
restart_php: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue