Skip to content

Commit

Permalink
Set CI env var forcefully
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Aug 13, 2019
1 parent dec0fa0 commit 338ef8c
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 @@ -25,7 +25,7 @@ jobs:
command: npm run lint
- run:
name: build
command: npm run build
command: CI=false npm run build

publish-tags:
working_directory: ~/orkid-ui
Expand Down

0 comments on commit 338ef8c

Please sign in to comment.