Skip to content

Commit

Permalink
Add makefile target for running frontend against sapphire testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Sep 23, 2024
1 parent 8922987 commit 9a4271e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ all: build
dev:
$(NPM) $@

dev-staging:
$(NPM) dev -m staging

build:
$(NPM) $@

Expand Down

0 comments on commit 9a4271e

Please sign in to comment.