We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baf2ce commit 6761af0Copy full SHA for 6761af0
.github/workflows/github_pages.yml
@@ -26,7 +26,7 @@ jobs:
26
${{ runner.os }}-node-
27
28
- run: npm ci
29
- - run: npm run dev-mock
+ - run: NODE_ENV=development npm run build:prod
30
31
- name: deploy
32
uses: peaceiris/actions-gh-pages@v3
0 commit comments