Skip to content

Commit

Permalink
let's see if memory is fine if we just compile. fix react-native link
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Oct 5, 2020
1 parent 403d911 commit 89fbd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# ideally we would bundle and run things, but the diversity of the demos makes it a bit difficult.
# might revisit this later
- run: cat /dev/null | sbt stPublishCache fastOptJS
- run: cat /dev/null | sbt stPublishCache compile

- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This is a collection of tiny demo projects to show off how we can use react libr
`sbt> downshift/start` starts a webpack-dev-server at http://localhost:8014 .

## React-native
[Expo demo you can run on your phone](https://expo.io/@scalablytyped/scalably-typed-react-native)
[Expo demo you can run on your phone](https://expo.io/@scalablytyped/projects/react-native)

To run this you'll need to follow the
[Setting up the development environment](https://reactnative.dev/docs/environment-setup)
Expand Down

0 comments on commit 89fbd0d

Please sign in to comment.