chore(gitlab-ci): fix typo

This commit is contained in:
Sarah Vaupel 2024-01-17 10:42:28 +01:00
parent 5b095eea01
commit f5948461c4

View File

@ -61,7 +61,7 @@ node modules:
frontend lint:
stage: lint
script:
- "nix shell .#gnumake .#nodejs_21 --comand 'make frontend-lint'"
- "nix shell .#gnumake .#nodejs_21 --command 'make frontend-lint'"
before_script: *nix-before
needs:
- job: node modules