From 89fbd0d2db0ec56839d42c9f718585add97a75ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Raddum=20Berg?= Date: Mon, 5 Oct 2020 22:49:33 +0200 Subject: [PATCH] let's see if memory is fine if we just compile. fix react-native link --- .circleci/config.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e2523a..7776c4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/readme.md b/readme.md index 29fbe59..62e984b 100644 --- a/readme.md +++ b/readme.md @@ -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)