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