Skip to content

Commit

Permalink
I think that broke electron
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Jul 24, 2023
1 parent da1e35c commit bb40f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm ci --ignore-scripts
run: npm ci

- name: Install dependencies (script/window)
run: |
cd script/window
npm ci --ignore-scripts
npm ci
- name: Build
id: build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@actions/core": "1.10.0"
},
"scripts": {
"install": "cd script/window & npm install",
"app": "npx electron .",
"build": "npx gulp build"
}
Expand Down

0 comments on commit bb40f65

Please sign in to comment.