Skip to content

Commit

Permalink
chore(ci): lint before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Sep 3, 2021
1 parent 75c167a commit 5931b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ jobs:
- checkout
- install_project_dependencies:
node_version: << parameters.node_version >>
- run:
name: Linting project
command: npm run lint
- build_project
regression-test:
<<: *defaults
Expand All @@ -188,9 +191,6 @@ jobs:
node_version: << parameters.node_version >>
- attach_workspace:
at: ~/snyk
- run:
name: Linting project
command: npm run lint
- run:
name: Installing test fixture dependencies
working_directory: ~/snyk/test/fixtures/basic-npm
Expand Down

0 comments on commit 5931b49

Please sign in to comment.