Skip to content

Commit

Permalink
feat(Calendar): [BLA-693] Installs chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
swethab184 committed May 3, 2024
1 parent 1b4fd15 commit f7b93d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
- name: Lint
run: npm run lint

- name: Install chrome browser
run: npx puppeteer install browsers chrome

- name: Test
run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build-react-components": "npm run build --workspace=@otto-de/b2b-react-components",
"build": "npm-run-all build-tokens build-core-components build-react-components",
"lint": "npm run lint --workspace=@otto-de/b2b-core-components",
"install-chrome": "npx puppeteer install browsers chrome",
"test": "npm run test --workspace=@otto-de/b2b-core-components",
"prepare": "node scripts/prepare.mjs",
"preinstall": "npx force-resolutions"
Expand Down

0 comments on commit f7b93d1

Please sign in to comment.