Skip to content

Commit

Permalink
Merge pull request #307 from CoEDL/ben-poetry-update
Browse files Browse the repository at this point in the history
Fix poetry lock file
  • Loading branch information
nicklambourne committed Sep 20, 2022
2 parents 3ceeb63 + 5a08ca5 commit b558851
Show file tree
Hide file tree
Showing 4 changed files with 595 additions and 532 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ __pycache__/
*.egg-info/
./elpis.egg-info/
.pytest_cache
.tool-versions
.python-version

# Node
package-lock.json
Expand Down Expand Up @@ -37,5 +39,4 @@ docs/_build/
docs/elpis/*.rst
elpis-gui/
venv/


build.log
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

4 changes: 2 additions & 2 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 --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"watch": "cra-build-watch"
},
Expand Down

0 comments on commit b558851

Please sign in to comment.