We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6836eef commit 956e070Copy full SHA for 956e070
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 20
24
- run: npm install npm@latest -g
25
- run: npm install
26
- - run: npm run compile
+ - run: npm run prod
27
- name: push MiaouNotes release
28
run: |
29
git config user.name github-actions[bot]
0 commit comments