From d0e759d12a777b2695e1cde429cbec89459d79e5 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sun, 7 Feb 2021 00:23:19 -0800 Subject: [PATCH] Oh, actually add TS_NODE_COMPILER to yarn start! I wrote about this in the commit message, but forgot to do it! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e66dca3..0726a80 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "xmlrpc": "^1.3.2" }, "scripts": { - "start": "vercel dev", + "start": "TS_NODE_COMPILER=typescript-cached-transpile vercel dev", "dev": "yarn build-cached-data && REACT_APP_IMPRESS_LOG_IN_AS=$IMPRESS_LOG_IN_AS react-scripts start", "build": "yarn build-cached-data && react-scripts build", "vercel-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/",