Skip to content
Snippets Groups Projects
Verified Commit 34074cbd authored by TTtie's avatar TTtie
Browse files

Rework linting

parent 58202226
No related branches found
No related tags found
No related merge requests found
Pipeline #1615 failed
image: node:alpine
pages:
lint:
stage: test
script:
- npm ci
- npx eslint .
- node build
pages:
stage: deploy
script:
- npm ci
- node build
- mv public pub
- mv out public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment