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
|
- name: Install and Test
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install --frozen-lockfile
|
||||||
yarn lint
|
yarn lint
|
||||||
yarn test
|
yarn test
|
||||||
|
|
||||||
@ -51,12 +51,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build lib
|
- name: Build lib
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install --frozen-lockfile
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
- name: Rebuild production node_modules
|
- name: Rebuild production node_modules
|
||||||
run: |
|
run: |
|
||||||
yarn install --production
|
yarn install --production --frozen-lockfile
|
||||||
ls node_modules
|
ls node_modules
|
||||||
|
|
||||||
- name: artifact
|
- name: artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user