Skip to content

Commit 956e070

Browse files
committed
fix: wrong build command
1 parent 6836eef commit 956e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20
2424
- run: npm install npm@latest -g
2525
- run: npm install
26-
- run: npm run compile
26+
- run: npm run prod
2727
- name: push MiaouNotes release
2828
run: |
2929
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)