Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Gottschlich committed Jun 5, 2020
1 parent fab4b77 commit 57da66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SocialAmnesia2.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:build": "vue-cli-service electron:build --mac --win --linux",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "patch-package",
"postuninstall": "electron-builder install-app-deps"
Expand Down
1 change: 1 addition & 0 deletions SocialAmnesia2.0/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default new Vuex.Store({
);
},
[constants.INCREMENT_CURRENTLY_DELETING_ITEMS_DELETED](state) {
// @ts-ignore
state[constants.CURRENTLY_DELETING].itemsDeleted += 1;
},
[constants.RESET_CURRENTLY_DELETING_ITEMS_DELETED](state) {
Expand Down

0 comments on commit 57da66e

Please sign in to comment.