Skip to content

Commit

Permalink
Remove build:css script from circle ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir <[email protected]>
  • Loading branch information
vladimir-mck committed Sep 7, 2023
1 parent a31102d commit 4454602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
command: npm run lint
- run:
name: Run JavaScript tests
command: npm run build:css && npm run test:ci
command: npm run test:ci
- run:
name: Run Javascript end to end tests
command: npm run cy:ci
Expand Down

0 comments on commit 4454602

Please sign in to comment.