Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 4d89598

Browse files
author
HarshKhandeparkar
committed
fix: package.json dist script
1 parent 51ce14d commit 4d89598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"package": "electron-forge package",
2020
"make": "yarn build && electron-forge make",
2121
"pack": "electron-builder --dir",
22-
"dist": "electron-builder",
22+
"dist": "yarn build && electron-builder",
2323
"postinstall": "electron-builder install-app-deps"
2424
},
2525
"eslintConfig": {

0 commit comments

Comments
 (0)