Skip to content

Commit 2e8be35

Browse files
committed
No need to build the example for publishing
1 parent be80c82 commit 2e8be35

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
@@ -23,7 +23,7 @@ jobs:
2323
- run: yarn --frozen-lockfile
2424
- run: |
2525
yarn clean
26-
yarn prd
26+
yarn build
2727
- run: npm publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)