Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 22, 2023
1 parent c0fb0e7 commit e26d1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
name: Setup Dart Env
command: cd v2/src/plugins/codeTypeChecking/dart_env && export PATH="$PATH:/root/flutter/bin" && flutter pub get
no_output_timeout: 30m
- run: export PATH="$PATH:/root/flutter/bin" && cd v2 && npm run build
- run:
command: export PATH="$PATH:/root/flutter/bin" && cd v2 && npm run build
no_output_timeout: 30m
- slack/status

workflows:
Expand Down

0 comments on commit e26d1a0

Please sign in to comment.