Skip to content

Commit b2d6eec

Browse files
committed
WIP CI
1 parent 0898e0b commit b2d6eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
node-version: 16
1616
- run: npm ci
17-
- run: npm build
18-
- run: npm lint
17+
- run: npm run build
18+
- run: npm run lint

0 commit comments

Comments
 (0)