fix typo in npm lint > npm run lint

This commit is contained in:
Ava Gaiety W 2023-03-16 00:46:01 -05:00
parent a365fa326d
commit f8a28ed252

View file

@ -46,4 +46,4 @@ lint-test-job: # This job also runs in the test stage.
script:
- echo "Linting code..."
- npm i
- npm lint
- npm run lint