fix config command

This commit is contained in:
Felipe Knorr Kuhn
2021-07-19 22:22:44 -07:00
parent 6bd4c41bbc
commit 865049f436

View File

@@ -12,7 +12,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: frontend
build: npm config:defaults
build: npm run config:defaults
start: npm run start:local-prod
wait-on: 'http://localhost:4200'
wait-on-timeout: 120
@@ -35,7 +35,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: frontend
build: npm config:defaults
build: npm run config:defaults
start: npm run start:local-prod
wait-on: 'http://localhost:4200'
wait-on-timeout: 120
@@ -55,7 +55,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: frontend
build: npm config:defaults
build: npm run config:defaults
start: npm run start:local-prod
wait-on: 'http://localhost:4200'
wait-on-timeout: 120