Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 56f52fd

Browse files
committed
chore: add requested changes
1 parent f14c74f commit 56f52fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ sw.js
55
**/lib/plugin.js
66
**/.nuxt
77
**/coverage
8-
**/packages/chakra-ui-theme/src/*
98
node_modules

Diff for: .github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- run: yarn
2525
- run: yarn bootstrap
26+
- run: yarn lint
2627
- run: yarn build --if-present
2728
- run: yarn test
2829
env:

0 commit comments

Comments
 (0)