Skip to content

Commit bef2f25

Browse files
fix: resolve invalid NODE_OPTIONS and register profile
1 parent af1e499 commit bef2f25

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"yocto-queue": "^1.2.0"
3838
},
3939
"scripts": {
40-
"start": "cross-env NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts start",
41-
"build": "CI=false NODE_OPTIONS=--localstorage-file=.node-localstorage react-scripts build",
40+
"start": "react-scripts start",
41+
"build": "cross-env CI=false react-scripts build",
4242
"test": "react-scripts test",
4343
"eject": "react-scripts eject",
4444
"prettier": "prettier --write \"**/*\"",

src/ProfilesList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,5 +590,6 @@
590590
"Ananya-Hegde2001.json",
591591
"TenathDilusha",
592592
"anmolsah.json",
593-
"hitendras510.json"
593+
"hitendras510.json",
594+
"ChaudhariSwati.json"
594595
]

0 commit comments

Comments
 (0)