Skip to content

Commit

Permalink
yarn generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 4, 2023
1 parent 9d81660 commit d47cdfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ git:
install:
- package.json
- yarn.lock
setup:
setup:
- "**/*"
shell:
shell:
beforeInstall:
- apk --no-cache --update --virtual build-dependencies add python3 make g++
install:
install:
- cd /frontend
#- yarn autoclean --init
#- yarn autoclean --force
- yarn install
setup:
- cd /frontend
- yarn build
- yarn generate

0 comments on commit d47cdfc

Please sign in to comment.