From f8a28ed25275595b87d98e9d0586119cb595bcea Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Thu, 16 Mar 2023 00:46:01 -0500 Subject: [PATCH] fix typo in npm lint > npm run lint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceb650e..b56a6f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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