mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-14 09:35:48 +00:00
[FOLD] Add postinstall step to build the sjcl.js
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
"yargs": "~1.3.1"
|
"yargs": "~1.3.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "node_modules/.bin/gulp concat-sjcl",
|
||||||
"build": "node_modules/.bin/gulp",
|
"build": "node_modules/.bin/gulp",
|
||||||
"pretest": "node_modules/.bin/gulp concat-sjcl",
|
"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",
|
"test": "./node_modules/.bin/istanbul test -x build/sjcl.js -x src/js/jsbn/* ./node_modules/mocha/bin/mocha -- --reporter spec test/*-test.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user