Skip to content

Commit dad92a3

Browse files
committed
Use yarn install
1 parent e7fca9f commit dad92a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
prepare_cmd: |
2323
npm version $NEXT_VERSION --no-git-tag-version --allow-same-version
2424
publish_cmd: |
25-
npm ci
25+
yarn install
2626
npm run build
2727
npm publish --access public
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

scripts/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh -e
2-
npm ci
2+
yarn install

0 commit comments

Comments
 (0)