Compile stellar-util to /tmp

This commit is contained in:
Ian Coleman
2019-09-12 13:37:22 +10:00
parent b603572295
commit cab37a96c4
2 changed files with 2 additions and 3 deletions

View File

@@ -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",

View File

@@ -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