Skip to content

Commit 2297f4e

Browse files
committed
ci(:green_heart:) fixing release workflow
1 parent 9d3104b commit 2297f4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
node-version: 12
1313
registry-url: https://registry.npmjs.org/
1414
- name: npm install
15-
run: npm i
15+
run: |
16+
npm i
17+
npm run build
1618
- name: publish
1719
run: npm publish pkg/
1820
env:

0 commit comments

Comments
 (0)