FrederickSundeep commited on
Commit
fda5506
·
1 Parent(s): abcbedb

commit updated code 26082025-011332

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "scripts": {
21
  "start": "react-scripts start",
22
- "build": "REACT_APP_HF_TOKEN=$HF_TOKEN react-scripts build",
23
  "test": "react-scripts test",
24
  "eject": "react-scripts eject"
25
  },
 
19
  },
20
  "scripts": {
21
  "start": "react-scripts start",
22
+ "build": "react-scripts build",
23
  "test": "react-scripts test",
24
  "eject": "react-scripts eject"
25
  },