Skip to content

Commit

Permalink
WIP: upgrade to sigma v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Apr 2, 2024
1 parent f8db8b8 commit cd48993
Show file tree
Hide file tree
Showing 117 changed files with 15,356 additions and 39,212 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
path: "project/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('project/package-lock.json') }}

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Install
run: npm install
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: failure-screenshots
path: project/packages/examples/test/e2e/screenshots/
path: project/packages/storybook/test-results

- name: Exit signal
if: steps.test.outcome == 'failure'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
lib/
build/
dist/
*.current.png
*.diff.png
tsconfig.tsbuildinfo
Expand Down
6 changes: 5 additions & 1 deletion project/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
]
],
"rules": {
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }],
"react/react-in-jsx-scope": "off"
}
}
1 change: 1 addition & 0 deletions project/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_modules
docs
examples
demo
dist
test
.editorconfig
.eslintignore
Expand Down
Loading

0 comments on commit cd48993

Please sign in to comment.