Skip to content

Commit

Permalink
change cra build watch repo (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Sep 20, 2022
1 parent a391f06 commit 6ab48e3
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 193 deletions.
6 changes: 3 additions & 3 deletions elpis/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"xslt3": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"watch": "cra-build-watch"
},
Expand All @@ -50,6 +50,6 @@
"@babel/eslint-parser": "^7.15.8",
"@babel/eslint-plugin": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"cra-build-watch": "^3.4.0"
"@jagannathbhat/cra-build-watch": "^1.0.1"
}
}

0 comments on commit 6ab48e3

Please sign in to comment.