Skip to content

Commit 87577d0

Browse files
committed
replace 'yarn' by 'npm' WIP
1 parent ad22166 commit 87577d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- run: git config --global user.name "GitHub CD bot"
2323
- run: git config --global user.email "github-cd-bot@github.com"
2424
- run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}
25-
# - run: yarn run build
26-
# - run: yarn test
25+
# - run: npm run build
26+
# - run: npm run test
2727
- run: npm publish --verbose --access public --tag latest
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)