Skip to content

Commit

Permalink
use dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 22, 2024
1 parent 4b02862 commit 5b5121b
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 @@ -21,7 +21,7 @@
"test": "npm run test-gui && npm run test-shared",
"package": "electron-forge package",
"start": "electron-forge start",
"make": "electron-forge make",
"dist": "electron-forge make",
"clean": "rimraf ./out && rimraf ./dist && rimraf ./.webpack && rimraf node_modules",
"distclean": "rimraf ./out && rimraf ./dist && rimraf ./.webpack",
"burn": "rimraf package-lock.json && rimraf node_modules"
Expand Down

0 comments on commit 5b5121b

Please sign in to comment.