Skip to content

Commit 8246c87

Browse files
committed
fix: linting workflow
Signed-off-by: M-DEV-1 <[email protected]>
1 parent 7847be2 commit 8246c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Run eslint
14-
run: cd site && npm i eslint && npx eslint .
14+
run: cd site && npm install && NODE_ENV=test npx eslint .
1515

0 commit comments

Comments
 (0)