chore: optimize workflows to avoid building components each time
This commit is contained in:
2
.github/workflows/web.release.dev.yml
vendored
2
.github/workflows/web.release.dev.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: yarn build:web-server
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user