Skip to content

Commit f11b0ef

Browse files
committed
build: update workflow for release
1 parent acac726 commit f11b0ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
node-version: "16"
3737
- name: install deps
3838
run: npm ci --ignore-engines
39+
- name: build the rules for commonjs consumers
40+
run: npm run build
3941
- name: release
4042
run: npx semantic-release
4143
env:

0 commit comments

Comments
 (0)