Skip to content

Commit d7f96e1

Browse files
authored
Fix build npm package step (#363)
1 parent a8dc171 commit d7f96e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: yarn copy-skia-headers
4545

4646
- name: Build NPM Package
47-
run: yarn build-npm
47+
run: cd package; yarn; cd ..; yarn build-npm
4848

4949
- name: Get NPM Package name
5050
id: get_npm_package_name

0 commit comments

Comments
 (0)