fix typo in npm lint > npm run lint
This commit is contained in:
parent
a365fa326d
commit
f8a28ed252
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ lint-test-job: # This job also runs in the test stage.
|
||||||
script:
|
script:
|
||||||
- echo "Linting code..."
|
- echo "Linting code..."
|
||||||
- npm i
|
- npm i
|
||||||
- npm lint
|
- npm run lint
|
||||||
|
|
Loading…
Add table
Reference in a new issue