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 805eb33 commit ee683aeCopy full SHA for ee683ae
.github/workflows/publish.yml
@@ -31,11 +31,14 @@ jobs:
31
registry-url: https://registry.npmjs.org
32
- run: npm i -g pnpm && pnpm i --ignore-scripts
33
name: Install dependencies
34
+ - run: pnpm build --filter esbuild-plugin-react18-example
35
+ name: build example app to run tests
36
+ working-directory: .
37
# fail and not publish if any of the unit tests are failing
38
- name: Test
39
run: pnpm test
40
- name: Update topics and Publish to NPM
- run: pnpm build && pnpm publish-package
41
+ run: pnpm publish-package
42
# continue on error to publish scoped package name <- by default repo is setup for a non-scoped + scoped package name
43
continue-on-error: true
44
env:
0 commit comments