Skip to content

Commit

Permalink
try chomatic
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Mar 28, 2023
1 parent 60f01dd commit ae79154
Show file tree
Hide file tree
Showing 5 changed files with 1,763 additions and 385 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runs:
using: composite
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,3 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn test:ci

deps-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn yarn-deduplicate --strategy=highest --list --fail
3 changes: 2 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/preset-create-react-app',
'storybook-addon-themes'
'storybook-addon-themes',
"@storybook/addon-actions"
],
webpackFinal: config => {
// MEMO: inspired by https://github.com/storybookjs/storybook/issues/3916
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/node-logger": "^6.5.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.5.9",
"@tailwindcss/postcss7-compat": "^2.0.3",
Expand Down Expand Up @@ -122,8 +121,7 @@
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss-pseudo-elements": "^1.5.1",
"ts-node": "^8.6.2",
"webpack-bundle-analyzer": "^4.4.0",
"yarn-deduplicate": "^6.0.1"
"webpack-bundle-analyzer": "^4.4.0"
},
"resolutions": {
"babel-loader": "8.1.0",
Expand Down Expand Up @@ -156,8 +154,7 @@
"test": "jest --maxWorkers=50%",
"test:watch": "jest --watch --maxWorkers=25%",
"test:cov": "yarn test --coverage",
"test:ci": "jest --maxWorkers=2",
"deduplicate": "yarn-deduplicate --strategy=highest"
"test:ci": "jest --maxWorkers=2"
},
"homepage": "",
"browserslist": {
Expand Down
Loading

0 comments on commit ae79154

Please sign in to comment.