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 04e02d1 commit 660e936Copy full SHA for 660e936
.gitmodules
@@ -15,4 +15,4 @@
15
url = https://github.com/mlabs-haskell/plutus-use-cases
16
[submodule "seabug-contracts"]
17
path = seabug-contracts
18
- url = https://github.com/mlabs-haskell/seabug-contracts
+ url = git@github.com:mlabs-haskell/seabug-contracts.git
buildFrontendStage2.sh
@@ -17,7 +17,7 @@ ln -s $SEABUG/seabug-contracts \
$SEABUG/nft-marketplace/node_modules/seabug-contracts
19
cd $SEABUG/nft-marketplace
20
-rm .env
+rm -f .env
21
cat <<EOT >> .env
22
SKIP_PREFLIGHT_CHECK=true
23
NODE_PATH=./src\
0 commit comments