Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 76e35a9

Browse files
author
Darko Mijić
authored
Merge pull request #60 from input-output-hk/chore/dae-106-cleanup-util-scripts-for-frontend-usage
[DAE-106] refactor util-scripts for frontend usage
2 parents e50dde9 + 78c1478 commit 76e35a9

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
./util-scripts/clean.sh
2+
CSL_SYSTEM_TAG=linux ./util-scripts/build-mac.sh --flag cardano-sl:-dev-mode
3+
rm -rf daedalus/src/Generated/
4+
stack --nix exec -- cardano-wallet-hs2purs
5+
cd daedalus && npm install && npm run build:prod && npm link && npm start

util-scripts/clean-local-data.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rm -rf run/* wallet-db/ *key* db-abc/* node-*
File renamed without changes.

0 commit comments

Comments
 (0)