We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe171d commit 790e152Copy full SHA for 790e152
Makefile
@@ -42,4 +42,4 @@ build-extension:
42
@cd extension/functions && npm run build
43
44
publish-extension: build-extension
45
- @cd extension && firebase ext:dev:publish backupfire/backupfire-agent
+ @cd extension && npx firebase ext:dev:publish backupfire/backupfire-agent
extension/extension.yaml
@@ -1,5 +1,5 @@
1
name: backupfire-agent
2
-version: 1.0.0
+version: 1.1.0
3
specVersion: v1beta
4
5
displayName: Backup Fire Agent
0 commit comments