build: do not need "run" to install npm

This commit is contained in:
Dylan R. E. Moonfire 2021-11-18 01:39:00 -06:00
parent 3ef974f98f
commit b48d2b22cb

View file

@ -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"