From 6a55dbc55e2b9bd994ac89f5c4be914ceb2daf9b Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Mon, 16 Jun 2014 13:02:52 -0700 Subject: [PATCH] Add build script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 050d10ce..14093a17 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "nock": "^0.34.1" }, "scripts": { + "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/.bin/_mocha -- --reporter spec test/*-test.js", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"