Skip to content

Commit

Permalink
add notarize package and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hbbb committed Feb 4, 2024
1 parent c2844f2 commit 5a4498a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 7 deletions.
73 changes: 67 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"scripts": {
"build": "vite build && electron-builder --config electron-builder.yaml",
"build": "vite build && npx electron-builder --config electron-builder.yaml",
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
Expand All @@ -26,6 +26,7 @@
"author": "politicker",
"license": "MIT",
"devDependencies": {
"@electron/notarize": "^2.2.1",
"@fontsource-variable/rubik": "^5.0.20",
"@fontsource/cutive-mono": "^5.0.18",
"@headlessui/react": "^1.7.18",
Expand Down Expand Up @@ -56,6 +57,7 @@
"cmdk": "^0.2.0",
"d3": "^7.8.5",
"date-fns": "^3.2.0",
"dotenv": "^16.4.1",
"electron": "^28.2.0",
"esbuild-css-modules-plugin": "^3.1.0",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 5a4498a

Please sign in to comment.