Oh, actually add TS_NODE_COMPILER to yarn start!

I wrote about this in the commit message, but forgot to do it!
This commit is contained in:
Emi Matchu 2021-02-07 00:23:19 -08:00
parent e6200df49d
commit d0e759d12a

View file

@ -50,7 +50,7 @@
"xmlrpc": "^1.3.2" "xmlrpc": "^1.3.2"
}, },
"scripts": { "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", "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", "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/", "vercel-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/",