Skip to content

Commit cd4f911

Browse files
authored
fix: generate lib directory before publish
1 parent 6d446c6 commit cd4f911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
node-version: '12'
1111
- run: npm ci
12-
- run: npm build
12+
- run: npm run build
1313
- run: npm test
1414
- name: Release
1515
env:

0 commit comments

Comments
 (0)