Skip to content

Commit

Permalink
BI-48: updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Dec 18, 2023
1 parent 49ed8a4 commit c12f1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run lint

- name: Test #Runs Jest Script
run: npm run test
run: npm run coverage

- name: Upload coverage to Codecov #Uploads the coverage report to Codecov
uses: codecov/codecov-action@v4-beta
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --maxWorkers=2 --coverage",
"coverage": "jest --maxWorkers=2 --coverage",
"test": "jest --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "npx prettier . --check",
"chromatic": "chromatic --exit-zero-on-changes",
"coverage": "jest --coverage"
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@as-integrations/next": "^2.0.2",
Expand Down

0 comments on commit c12f1bd

Please sign in to comment.