Skip to content

Commit

Permalink
Fix build npm package step (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Apr 6, 2022
1 parent a8dc171 commit d7f96e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: yarn copy-skia-headers

- name: Build NPM Package
run: yarn build-npm
run: cd package; yarn; cd ..; yarn build-npm

- name: Get NPM Package name
id: get_npm_package_name
Expand Down

0 comments on commit d7f96e1

Please sign in to comment.