Create build step for the web server (#289)
* Create build step for the web server * Update bskyweb routes and 404 behavior
This commit is contained in:
parent
8629e167cd
commit
8d2e649b4d
9 changed files with 169 additions and 27 deletions
|
@ -6,6 +6,7 @@
|
|||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"build-web": "expo export:web && node ./scripts/post-web-build.js",
|
||||
"start": "expo start --dev-client",
|
||||
"clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
|
||||
"test": "jest --forceExit --testTimeout=20000 --bail",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue