Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 6, 2023
1 parent cc3b704 commit 79ca2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV EGAPRO_ENV $EGAPRO_ENV
ARG NEXTAUTH_URL
ENV NEXTAUTH_URL $NEXTAUTH_URL

# RUN yarn workspaces foreach -t run postinstall # if you have postinstall scripts in your package.json file(s)
# RUN yarn workspaces foreach -At run postinstall # if you have postinstall scripts in your package.json file(s)
RUN yarn workspace app build
RUN yarn workspaces focus app --production

Expand Down
4 changes: 2 additions & 2 deletions scripts/check-all
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

yarn workspaces run lint
yarn workspaces run build --no-lint
yarn workspaces foreach -A --exclude '~egapro-dev' run lint
yarn workspaces foreach -A --exclude '~egapro-dev' run build --no-lint

# Tests API
yarn test:api

0 comments on commit 79ca2e2

Please sign in to comment.