Skip to content

Commit

Permalink
fix: switch order of directives
Browse files Browse the repository at this point in the history
  • Loading branch information
ravijayaramappa committed Jul 3, 2023
1 parent ebd180c commit ab788f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ version: 2.1

supported-eslint-versions: &supported-eslint-versions ["local", "7"]

executors:
node:
working_directory: ~/eslint-plugin-lwc
docker:
- image: cimg/node:16.17.0

deploy_filters: &deploy_filters
filters:
branches:
Expand All @@ -16,6 +10,12 @@ deploy_filters: &deploy_filters
# Trigger on tags that begin with `v`
only: /^v.*/

executors:
node:
working_directory: ~/eslint-plugin-lwc
docker:
- image: cimg/node:16.17.0

commands:
save_yarn_cache:
description: Save Yarn cache for future build
Expand Down

0 comments on commit ab788f0

Please sign in to comment.