Fix tsconfig.json error
Oops, we had a trailing comma, I feel like this might be why some tools seemed to respect these settings and other tools didn't! This change seems to enable us to remove our weird hacks that made `vercel dev` run…
This commit is contained in:
parent
c36fb38d42
commit
957f345620
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
"xmlrpc": "^1.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "TS_NODE_COMPILER_OPTIONS='{\"target\": \"esnext\", \"module\": \"commonjs\"}' vercel dev",
|
||||
"start": "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/",
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue