mirror of
https://github.com/maputnik/editor.git
synced 2026-06-14 11:17:26 +00:00
Added linting to circleci tests.
This commit is contained in:
@@ -22,8 +22,10 @@ jobs:
|
||||
key: v1-dependencies-{{ checksum "package.json" }}
|
||||
|
||||
- run: mkdir -p /tmp/artifacts/logs
|
||||
- run: DOCKER_HOST=localhost npm test
|
||||
- run: npm run build
|
||||
- run: npm run lint
|
||||
- run: npm run lint-styles
|
||||
- run: DOCKER_HOST=localhost npm test
|
||||
- run: ./node_modules/.bin/istanbul report --include /tmp/artifacts/coverage/coverage.json --dir /tmp/artifacts/coverage html lcov
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
Reference in New Issue
Block a user