Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions catch-of-the-day/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && FAST_REFRESH=false react-scripts start",
"watch": "concurrently --names \"webpack, stylus\" --prefix name \"npm run start\" \"npm run styles:watch\"",
"build": "react-scripts build",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"eject": "react-scripts eject",
"styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
"now-build": "npm run build && mv build dist",
Expand Down