We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e190da3 commit cc03f27Copy full SHA for cc03f27
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Install dependencies
34
# fail and not publish if any of the unit tests are failing
35
- name: Build examples
36
- run: pnpm build --filter esbuild-plugin-react18-css-example
+ run: cd../.. && pnpm build --filter esbuild-plugin-react18-css-example
37
- name: Test
38
run: pnpm test
39
- name: Create release and publish to NPM
0 commit comments