Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /