Skip to content

Commit

Permalink
necessary to use nested because electron-builder expects same folder …
Browse files Browse the repository at this point in the history
…as electron dep
  • Loading branch information
Connoropolous committed Oct 25, 2023
1 parent 3cc4f32 commit 2fc3e6a
Show file tree
Hide file tree
Showing 6 changed files with 101,360 additions and 33,842 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install-strategy = "nested"
9 changes: 4 additions & 5 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Open source peer-to-peer project management for software teams",
"main": "dist/index.js",
"scripts": {
"start": "tsc && electron .",
"build": "tsc && electron-builder build",
"tsc": "tsc",
"start": "npx electron .",
"build": "npx electron-builder build",
"tsc": "npx tsc",
"lint": "eslint --ext .ts ."
},
"keywords": [],
Expand Down Expand Up @@ -50,8 +50,7 @@
"electron-builder": "24.8.0",
"@electron/notarize": "^2.1.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"typescript": "^4.2.4"
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {
"@lightningrodlabs/electron-holochain": "=0.7.8",
Expand Down
Loading

0 comments on commit 2fc3e6a

Please sign in to comment.