Skip to content

Commit

Permalink
added the build command to the ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kalio007 committed Jul 22, 2024
1 parent effb72b commit dacf1bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Run Test
run: yarn test

# - name: buld the dist
# run: yarn build
- name: buld the dist
run: yarn build

- name: setup service file
run: sudo cp server-script/aihomeworkdev.service /etc/systemd/system
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
run: yarn test
env:
CI: true
- name: buld the dist
run: yarn build

0 comments on commit dacf1bb

Please sign in to comment.