Skip to content

Commit 73ea165

Browse files
authored
Update build.yml
1 parent 0072ef8 commit 73ea165

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,7 @@ jobs:
2828
uses: actions/setup-node@v1
2929
with:
3030
node-version: ${{ env.NODE_VERSION }}
31-
- run: npm install -g yarn
3231
- name: 'Build'
3332
run: |
34-
yarn
33+
npm install
3534
npm run build
36-
- name: 'Deploy to Github Page'
37-
run: |
38-
yarn
39-
npm run deploy
40-
- name: 'Release to npm.com'
41-
run: |
42-
yarn
43-
npm run release

0 commit comments

Comments
 (0)