Skip to content

Commit

Permalink
ci: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay committed Jan 17, 2025
1 parent be0a416 commit 317f480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0

yarn install --immutable
yarn tsc
yarn build:backend --config ../../app-config.yaml
yarn build:all
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
yarn install --immutable
yarn tsc
yarn test:all
yarn build:backend --config ../../app-config.yaml
yarn build:all

0 comments on commit 317f480

Please sign in to comment.