We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3ab6b commit 5185756Copy full SHA for 5185756
.github/workflows/test-deploy.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Install dependencies
24
run: npm ci
25
- name: Test build website
26
- run: npm build
+ run: npm run build
0 commit comments