build: do not need "run" to install npm
This commit is contained in:
parent
3ef974f98f
commit
b48d2b22cb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue