Skip to content

Commit 36ed84a

Browse files
committedAug 29, 2023
chore: update workflows config. (#558)
1 parent 4fb582d commit 36ed84a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- run: npm install
18-
- run: npm run build
18+
19+
- name: Generate a static website
20+
run: npm run build
21+
env:
22+
GENERATE_SOURCEMAP: false
23+
1924
- working-directory: core
2025
run: |
2126
npm run bundle

0 commit comments

Comments
 (0)
Please sign in to comment.