Skip to content

Commit

Permalink
fix: firefox publish (#829)
Browse files Browse the repository at this point in the history
Co-authored-by: 0xmad <[email protected]>
  • Loading branch information
0xmad and 0xmad authored Sep 5, 2023
1 parent f57c451 commit 8d60cac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"push-changes": {
"executor": "nx:run-commands",
"options": {
"commands": [{ "command": "git push --follow-tags --no-verify", "forwardAllArgs": false }],
"commands": [
{ "command": "git push --no-verify", "forwardAllArgs": false },
{ "command": "git push --follow-tags --no-verify", "forwardAllArgs": false }
],
"parallel": false
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/manifest/v2/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"browser_specific_settings": {
"gecko": {
"id": "{840d8da7-e1a6-48ac-afe2-59e07fa0c390}",
"id": "{840d8da7-e1a6-48ac-afe2-59e07fa0c319}",
"strict_min_version": "91.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/manifest/v3/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
],
"browser_specific_settings": {
"gecko": {
"id": "{840d8da7-e1a6-48ac-afe2-59e07fa0c389}",
"id": "{840d8da7-e1a6-48ac-afe2-59e07fa0c319}",
"strict_min_version": "91.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { RPCAction } from "./constants";
export { CryptKeeperInjectedProvider, initializeCryptKeeperProvider, cryptkeeperConnect } from "./sdk";
export { RPCAction } from "./constants";

0 comments on commit 8d60cac

Please sign in to comment.