Skip to content

Commit

Permalink
fix postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Oct 16, 2024
1 parent e75e99b commit a3726a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder --publish never install-app-deps",
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run build && electron-builder --publish never --win --config electron-builder.yml",
"build:mac": "npm run build && electron-builder --publish never --mac --config electron-builder.yml",
"build:linux": "npm run build && electron-builder --publish never --linux --config electron-builder.yml",
Expand Down

0 comments on commit a3726a5

Please sign in to comment.