Skip to content

Commit

Permalink
fix: CD Workflow not working
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Aug 19, 2021
1 parent 061ef7b commit f31248e
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 @@ -6,7 +6,7 @@
"scripts": {
"tsc": "tsc && copyfiles -u 1 src/assets/*.* src/loader/*.* build-js/",
"start": "electron .",
"ciBuild": "yarn dist --publish=always",
"ciBuild": "yarn build --publish=always",
"build": "electron-builder --config=build.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
Expand Down

0 comments on commit f31248e

Please sign in to comment.