Skip to content

Commit

Permalink
fix: force rebuild on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Apr 20, 2018
1 parent a92d425 commit 858aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

- run:
name: Run tests
command: yarn --build-from-source && yarn test
command: yarn --force --build-from-source && yarn test
environment:
PG_USER: botpress
PG_DB: test

0 comments on commit 858aaf0

Please sign in to comment.