Skip to content

Commit

Permalink
add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
undyingwraith committed Jan 19, 2025
1 parent 4491c17 commit eca9148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '20.x'
- name: Install dependencies
run: yarn --frozen-lockfile --check-cache
run: yarn --immutable --check-cache
- name: Run build
run: yarn build
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./out/main/index.js",
"author": "example.com",
"homepage": "https://www.electronjs.org",
"repository": "github:undyingwraith/ipmc",
"type": "module",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit eca9148

Please sign in to comment.