[FOLD] Add postinstall step to build the sjcl.js

This commit is contained in:
Edward Hennis
2014-09-05 14:50:29 -04:00
parent 64735e523f
commit 42c853dbf4

View File

@@ -37,6 +37,7 @@
"yargs": "~1.3.1"
},
"scripts": {
"postinstall": "node_modules/.bin/gulp concat-sjcl",
"build": "node_modules/.bin/gulp",
"pretest": "node_modules/.bin/gulp concat-sjcl",
"test": "./node_modules/.bin/istanbul test -x build/sjcl.js -x src/js/jsbn/* ./node_modules/mocha/bin/mocha -- --reporter spec test/*-test.js",