Skip to content
Snippets Groups Projects
Commit c37b2940 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: Readded linting to ci

parent d24507e2
No related branches found
No related tags found
1 merge request!8Issue/2 test front end
......@@ -13,6 +13,14 @@ install:
- client/.npm/
- client/node_modules/
linting:
stage: client-test
script:
- cd client
- npm run lint
dependencies:
- install
test:unit:
stage: client-test
script:
......
{
"lockfileVersion": 1
}
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