Skip to content

Commit

Permalink
feat: yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Apr 18, 2024
1 parent 30134ee commit 3ece3f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: packages/services/user
- name: devlopment server
run: yarn dev
working-directory: "../../packages/services/user/package.json"
- name: devlopment build
run: yarn build
working-directory: "../../packages/services/user/package.json"

0 comments on commit 3ece3f6

Please sign in to comment.