Skip to content

Commit

Permalink
Config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Jun 21, 2024
1 parent 82b91ee commit fe63ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ runs:
run: yarn install --immutable --immutable-cache --check-cache
- name: 'Test'
shell: bash
run: yarn test
run: yarn test-ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test:generate-output": "jest --json --outputFile=.jest-test-results.json || true",
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"test": "jest -ci",
"test-ci": "jest -ci",
"lint": "eslint src",
"prebuild:storybook": "npm run test:generate-output",
"storybook": "npm run test:generate-output && storybook dev -p 6006",
Expand Down

0 comments on commit fe63ff2

Please sign in to comment.