Skip to content

Commit

Permalink
circleci: swap lint and build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cantsin committed Jun 13, 2024
1 parent ec25b72 commit bf5b6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# - run:
# name: Check JavaScript style
# command: npx standard
- build: npm run build
- lint: npm run lint
- build: npm run build
- verify:
name: Verify that the build passes HTML validation
command: |
Expand Down

0 comments on commit bf5b6bf

Please sign in to comment.