Copy the built datomish.js when building the add-on.

This commit is contained in:
Richard Newman 2016-09-22 15:46:16 -07:00
parent 17d7eaec7b
commit 548340c655

View file

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