We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acac726 commit f11b0efCopy full SHA for f11b0ef
.github/workflows/main.yml
@@ -36,6 +36,8 @@ jobs:
36
node-version: "16"
37
- name: install deps
38
run: npm ci --ignore-engines
39
+ - name: build the rules for commonjs consumers
40
+ run: npm run build
41
- name: release
42
run: npx semantic-release
43
env:
0 commit comments