We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6c1f commit 932bba4Copy full SHA for 932bba4
tools/virtual-hub-animator/package.json
@@ -18,9 +18,9 @@
18
"web-vitals": "^2.1.0"
19
},
20
"scripts": {
21
- "start": "react-scripts start",
+ "start": "PORT=4000 react-scripts start",
22
"build": "react-scripts build",
23
- "postinstall": "cp ../../lib/pbio/test/animator/img/* public/img/pbio",
+ "postinstall": "mkdir -p public/img/pbio && cp ../../lib/pbio/test/animator/img/* public/img/pbio",
24
"test": "react-scripts test",
25
"eject": "react-scripts eject"
26
tools/virtual-hub-animator/public/img/pbio/.gitignore
@@ -0,0 +1 @@
1
+*.png
0 commit comments