Skip to content

Commit

Permalink
fix: wrong build command
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Apr 6, 2024
1 parent 6836eef commit 956e070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 20
- run: npm install npm@latest -g
- run: npm install
- run: npm run compile
- run: npm run prod
- name: push MiaouNotes release
run: |
git config user.name github-actions[bot]
Expand Down

0 comments on commit 956e070

Please sign in to comment.