Skip to content

Commit

Permalink
ci: remove build step from circleci
Browse files Browse the repository at this point in the history
The build happens on Vercel, no need to do on CircleCI as well
  • Loading branch information
idoshamun committed Sep 24, 2020
1 parent 6b45e3e commit 1e04d9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- JEST_JUNIT_OUTPUT_DIR: ./test-results
- store_test_results:
path: ./test-results
- run:
name: Build
command: npm run build
workflows:
build:
jobs:
Expand Down

0 comments on commit 1e04d9e

Please sign in to comment.