Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit f9d6782

Browse files
committed
Remove create-comit-app devDependency during tests
When releasing this causes problems because the new version of `cca` is yet to be released. We actually use the local version, but `yarn` tries to resolve all packages in `package.json` anyway.
1 parent 80c87c0 commit f9d6782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_example.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ TEST_PASSED=false
6565

6666
cd "${EXAMPLE_DIR}"
6767

68+
yarn remove create-comit-app > /dev/null
6869
yarn install > /dev/null
6970

7071
yarn run swap > "${LOG_FILE}" 2>&1 &

0 commit comments

Comments
 (0)