Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Ensure the old frontend is being linted as part of the build, pre-dep…
Browse files Browse the repository at this point in the history
…loyment, process (#1369)
  • Loading branch information
Wardormeur committed May 14, 2019
1 parent a76cf0e commit e3c59ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
- run:
name: Linting
command: yarn lint
- run:
name: Lint-Hinting
command: yarn jshint
deploy:
working_directory: ~/cp-zen-platform
docker:
Expand Down

0 comments on commit e3c59ef

Please sign in to comment.