We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1817b69 commit 1ff95f7Copy full SHA for 1ff95f7
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: '22'
21
- name: build
22
run: |
23
+ npm install
24
npm run build
25
- name: upload build artifact
26
if: always()
0 commit comments