From cab37a96c4f064bca99235a8d82a796018868d9f Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 12 Sep 2019 13:37:22 +1000 Subject: [PATCH] Compile stellar-util to /tmp --- libs/stellar-util/package.json | 2 +- libs/stellar-util/readme.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/stellar-util/package.json b/libs/stellar-util/package.json index c3d880d..8749495 100644 --- a/libs/stellar-util/package.json +++ b/libs/stellar-util/package.json @@ -2,7 +2,7 @@ "name": "stellar-util", "version": "0.0.1", "scripts": { - "build": "browserify stellar-util.js > ../../src/js/stellar-util.js" + "build": "browserify stellar-util.js > s/tmp/stellar-util.js" }, "dependencies": { "ed25519-hd-key": "^1.0.0", diff --git a/libs/stellar-util/readme.md b/libs/stellar-util/readme.md index d816455..bc491e3 100644 --- a/libs/stellar-util/readme.md +++ b/libs/stellar-util/readme.md @@ -1,5 +1,4 @@ -Build (will create a bundle and copy it to ../../src/stellar-util.js): +Build (will create a bundle and copy it to /tmp/stellar-util.js): npm install npm run build - -- 2.41.0