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 45f7a26 commit 79e5c17Copy full SHA for 79e5c17
.node-localstorage
package.json
@@ -37,8 +37,8 @@
37
"yocto-queue": "^1.2.0"
38
},
39
"scripts": {
40
- "start": "react-scripts start",
41
- "build": "react-scripts build",
+ "start": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts start",
+ "build": "NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
42
"test": "react-scripts test",
43
"eject": "react-scripts eject",
44
"prettier": "prettier --write \"**/*\"",
0 commit comments