From 548340c655369a21b9fbac6e68c07d05700d99bf Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 22 Sep 2016 15:46:16 -0700 Subject: [PATCH] Copy the built datomish.js when building the add-on. --- addon/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/build.sh b/addon/build.sh index 493c055d..925bc6c3 100755 --- a/addon/build.sh +++ b/addon/build.sh @@ -1,2 +1,3 @@ +cp ../target/release-browser/datomish.js release/ node_modules/.bin/webpack -p cat src/wrapper.prefix built/index.js > release/index.js