Skip to content

Commit

Permalink
fix: tab
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorubeens committed Sep 24, 2023
1 parent d2320c1 commit a084030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ help: ## Display this help message.
echo "VITE_GNO_WS_URL=ws://127.0.0.1:26657/websocket"; \
echo "VITE_GNO_CHESS_REALM=gno.land/r/demo/chess"; \
echo "VITE_FAUCET_URL=http://127.0.0.1:8545"; \
echo "VITE_GNO_JSONRPC_URL=http://127.0.0.1:26657"; \
echo "VITE_GNO_JSONRPC_URL=http://127.0.0.1:26657"; \
) > web/.env
cp web/.env web/assets/js/.env
cd web; npm run build
Expand Down

0 comments on commit a084030

Please sign in to comment.