Skip to content

Commit

Permalink
remove install-fe's dependency on git (#132)
Browse files Browse the repository at this point in the history
* fix install-fe command

* fix

* update version
  • Loading branch information
TheodoreKrypton authored Apr 6, 2021
1 parent 4adb850 commit 325ef74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javpy",
"version": "0.7.14",
"version": "0.7.15",
"description": "Enjoy driving on a Javascriptive (originally Pythonic) way to Japanese AV!",
"scripts": {
"dev": "node ./bin/javpy.js --browser=false --public=true",
Expand All @@ -9,7 +9,7 @@
"build": "pkg . --out-path=./build/",
"heroku-postbuild": "echo Skip build on Heroku",
"install": "npm run install-fe",
"install-fe": "npm install --prefix frontend --only=prod TheodoreKrypton/JavPy-webfe && npm install --no-save gzipper && gzipper compress ./frontend/node_modules/javpy-react/build ./frontend/build"
"install-fe": "npm install --prefix frontend --only=prod https://github.com/TheodoreKrypton/javpy-webfe/tarball/master && npm install --no-save gzipper && gzipper compress ./frontend/node_modules/javpy-react/build ./frontend/build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 325ef74

Please sign in to comment.