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

Commit

Permalink
Merge pull request #60 from input-output-hk/chore/dae-106-cleanup-uti…
Browse files Browse the repository at this point in the history
…l-scripts-for-frontend-usage

[DAE-106] refactor util-scripts for frontend usage
  • Loading branch information
Darko Mijić authored Mar 2, 2017
2 parents e50dde9 + 78c1478 commit 76e35a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions util-scripts/build-mac-production.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
./util-scripts/clean.sh
CSL_SYSTEM_TAG=linux ./util-scripts/build-mac.sh --flag cardano-sl:-dev-mode
rm -rf daedalus/src/Generated/
stack --nix exec -- cardano-wallet-hs2purs
cd daedalus && npm install && npm run build:prod && npm link && npm start
1 change: 1 addition & 0 deletions util-scripts/clean-local-data.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf run/* wallet-db/ *key* db-abc/* node-*
File renamed without changes.

0 comments on commit 76e35a9

Please sign in to comment.