Skip to content

Commit 6761af0

Browse files
authored
build prod with mocking env
1 parent 1baf2ce commit 6761af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-node-
2727
2828
- run: npm ci
29-
- run: npm run dev-mock
29+
- run: NODE_ENV=development npm run build:prod
3030

3131
- name: deploy
3232
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)