Skip to content

Commit 660e936

Browse files
author
Aleksandr Penskoi
committed
Minor fixes
1 parent 04e02d1 commit 660e936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
url = https://github.com/mlabs-haskell/plutus-use-cases
1616
[submodule "seabug-contracts"]
1717
path = seabug-contracts
18-
url = https://github.com/mlabs-haskell/seabug-contracts
18+
url = git@github.com:mlabs-haskell/seabug-contracts.git

buildFrontendStage2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ln -s $SEABUG/seabug-contracts \
1717
$SEABUG/nft-marketplace/node_modules/seabug-contracts
1818

1919
cd $SEABUG/nft-marketplace
20-
rm .env
20+
rm -f .env
2121
cat <<EOT >> .env
2222
SKIP_PREFLIGHT_CHECK=true
2323
NODE_PATH=./src\

0 commit comments

Comments
 (0)