Skip to content

Commit 1cafbe7

Browse files
committed
chore: update workflows config.
1 parent 66c9204 commit 1cafbe7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Deploy
1+
name: CI
22
on:
33
push:
44
branches:

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
- run: npm install
1515
- run: npm run build
1616
- run: npm run doc
17-
- run: npm run test:coverage
17+
- run: npm run test:coverage
18+
- run: npm run bundle
19+
- run: npm run bundle:min

0 commit comments

Comments
 (0)