Skip to content

Commit 84613ee

Browse files
committedAug 29, 2023
chore: update workflows config. (#558)
1 parent 758c40f commit 84613ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- run: npm install
1818

1919
- name: Generate a static website
20-
run: npm run build
21-
env:
22-
GENERATE_SOURCEMAP: false
20+
run: GENERATE_SOURCEMAP=false npm run build
2321

2422
- working-directory: core
2523
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.