chore: refactor build commands (#8874)

This commit is contained in:
jrandolf
2022-09-01 01:05:20 +02:00
committed by GitHub
parent 3732757450
commit ae4c5ea031
4 changed files with 26 additions and 13 deletions

View File

@@ -170,7 +170,7 @@ jobs:
if: ${{ matrix.spec.name == 'Linux' }}
run: sudo apt-get install xvfb
- name: Build
run: npm run build:ci
run: npm run build:dev
- name: Test types
run: npm run test:types
# On Linux we run all Chrome tests without retries and Firefox tests with retries.
@@ -220,7 +220,7 @@ jobs:
ls .local-chromium
- name: Build
run: |
npm run build:ci
npm run build:dev
docker/pack.sh
- name: Build docker image
working-directory: ./docker