Skip to content

Commit 4942012

Browse files
committedOct 20, 2019
⚒ fix build scripts
1 parent f1c8d02 commit 4942012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Packages
2424
run: npm install
2525
- name: Lint
26-
run: node run -s lint
26+
run: npm run -s lint
2727

2828
test:
2929
name: Test

0 commit comments

Comments
 (0)
Please sign in to comment.