Skip to content

Commit 90cd648

Browse files
committed
Omit yarn from bin/publish
1 parent 14d7d4c commit 90cd648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
node-version: "20.x"
1515
registry-url: "https://registry.npmjs.org"
16-
- run: bin/publish --tag latest
16+
- run: yarn
17+
- run: yarn publish --tag latest
1718
env:
1819
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

bin/publish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
22

3-
yarn
43
yarn build
54
cp README.md packages/react-arborist/README.md
65
yarn workspace react-arborist npm publish $@

0 commit comments

Comments
 (0)