summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-10-31 22:01:56 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-10-31 23:05:08 +0300
commit731340376f034d6e0c637815747e0cb13f4ce305 (patch)
tree5e1182cf4b2115aeabc62f8ca9f8a09d6afddc89 /package.json
parentAdd Dockerfile. (diff)
downloadgithunt-731340376f034d6e0c637815747e0cb13f4ce305.tar.gz
Use only static files to host without yarn.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6aa4a75..57fbd53 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"scripts": {
"start": "react-scripts start",
"build-chrome": "INLINE_RUNTIME_CHUNK=false react-scripts build",
- "build-web": "cross-env PUBLIC_URL=/githunt react-scripts build",
+ "build-web": "cross-env react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"gh-pages": "NODE_DEBUG=gh-pages gh-pages -d build"