Skip to content

Commit

Permalink
Fixing build script (#6)
Browse files Browse the repository at this point in the history
* Fixing build script

* Fix build

* Update release.yml

---------

Co-authored-by: Emmanuel Hadoux <[email protected]>
  • Loading branch information
ailinvenerus and EHadoux authored Jun 9, 2023
1 parent a19f997 commit 44a728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install deps
run: npm install
- name: Build source
run: npm run build
run: npm run build:lib && npm run build:bin
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit 44a728f

Please sign in to comment.