diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08c5ed4..677a084 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ default: build: stage: build script: - - nix-shell --run "npm run install --ci" + - nix-shell --run "npm install --ci" - nix-shell --run "npx commitlint-gitlab-ci -x @commitlint/config-conventional" - nix-shell --run "npm run build"