From bfa03fc72063880dc3fe0cdac1728719ae9a6451 Mon Sep 17 00:00:00 2001 From: Alizain Feerasta Date: Wed, 25 Oct 2017 17:51:25 -0400 Subject: [PATCH] Add build command to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 56e6055..de02c4a 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "typescript": "^2.5.3" }, "scripts": { + "build": "./node_modules/.bin/rollup -c", "test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec", "perf": "./node_modules/.bin/matcha perf.js" },