Skip to content

Commit

Permalink
Remove fetch submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
hkarani committed Nov 16, 2024
1 parent 1080f0e commit 672b575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ TS_FILES := $(shell find ./ -name \*.ts)

.DELETE_ON_ERROR:



all: fetch-submodule verify

fetch-submodule:
@echo "Fetching git module..."
git submodule update --remote
all: verify

verify: $(PKG_ID).s9pk
@start-sdk verify s9pk $(PKG_ID).s9pk
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: phoenixd-lightning-wallet-ui
title: "Phoenixd Lightning Wallet UI"
version: 0.1.1
version: 0.1.2
release-notes: |
- Mvp release
- Send & Receive functionality for BOLT11 and BOLT12
Expand Down

0 comments on commit 672b575

Please sign in to comment.