Skip to content

Commit 04e02d1

Browse files
committed
Fix frontend build scripts
1 parent 18b272d commit 04e02d1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

buildFrontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nix develop cardano-transaction-lib/ -L --extra-experimental-features "nix-command flakes" -c ./buildFrontendStage2.sh
1+
nix develop seabug-contracts/ -L --extra-experimental-features "nix-command flakes" -c ./buildFrontendStage2.sh

buildFrontendStage2.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ set -x
33

44
SEABUG=$PWD
55

6-
cd $SEABUG/cardano-transaction-lib
7-
npm run bundle-seabug
8-
9-
cd $SEABUG/npm-packages/cardano-transaction-lib-seabug
6+
cd $SEABUG/seabug-contracts
107
npm install
8+
make run-build
119

1210
cd $SEABUG/nft-marketplace
1311
npm install
@@ -40,5 +38,4 @@ REACT_APP_CTL_PROJECT_ID=testnetu7qDM8q2XT1S6gEBSicUIqXB6QN60l7B
4038
4139
REACT_APP_IPFS_BASE_URL=https://cloudflare-ipfs.com/ipfs/
4240
EOT
43-
npm install
4441
npm run build

0 commit comments

Comments
 (0)