mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update build.yml
This commit is contained in:
parent
424cd9da34
commit
0332481b48
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Install and Test
|
||||
run: |
|
||||
yarn install
|
||||
yarn install --frozen-lockfile
|
||||
yarn lint
|
||||
yarn test
|
||||
|
||||
@ -51,12 +51,12 @@ jobs:
|
||||
|
||||
- name: Build lib
|
||||
run: |
|
||||
yarn install
|
||||
yarn install --frozen-lockfile
|
||||
yarn build
|
||||
|
||||
- name: Rebuild production node_modules
|
||||
run: |
|
||||
yarn install --production
|
||||
yarn install --production --frozen-lockfile
|
||||
ls node_modules
|
||||
|
||||
- name: artifact
|
||||
|
Loading…
Reference in New Issue
Block a user