Skip to content

Commit 4969306

Browse files
committed
Update lint.yml
1 parent c91ca25 commit 4969306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/setup-node@v4
1111
with:
1212
node-version: 20
13-
- run: npm run install
13+
- run: npm install
14+
- run: npm install
15+
working-directory: ./frontend
1416
- run: npm run lint
1517
- run: npm run lint-frontend

0 commit comments

Comments
 (0)