From 50afc386e55ef5ac329557e9ac478c03b84c3f89 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 30 Jun 2016 23:15:38 -0700 Subject: Simplify ui task command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index aa2622903..00cc4c23a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "gulp dev", "test": "mocha --require test/helper.js --compilers js:babel-register --recursive", "watch": "mocha watch --compilers js:babel-register --recursive", - "ui": "cd development && beefy mocker.js:bundle.js --live --open" + "ui": "beefy development/mocker.js:bundle.js --live --open --cwd development --index=./development/index.html" }, "browserify": { "transform": [ -- cgit v1.2.3