Skip to content

Commit cc03f27

Browse files
committed
fix publish workflow
1 parent e190da3 commit cc03f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Install dependencies
3434
# fail and not publish if any of the unit tests are failing
3535
- name: Build examples
36-
run: pnpm build --filter esbuild-plugin-react18-css-example
36+
run: cd../.. && pnpm build --filter esbuild-plugin-react18-css-example
3737
- name: Test
3838
run: pnpm test
3939
- name: Create release and publish to NPM

0 commit comments

Comments
 (0)