From ef2eec4c4a8a824dfa5f73c37fb6e1d81312404b Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 10 Apr 2015 10:50:23 +0200 Subject: [PATCH] Minor build updates. --- packages/xo-collection/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/xo-collection/package.json b/packages/xo-collection/package.json index 13f6732b3..2e96380f4 100644 --- a/packages/xo-collection/package.json +++ b/packages/xo-collection/package.json @@ -37,9 +37,9 @@ }, "scripts": { "build": "mkdir --parents dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/", - "dev": "mkdir --parents dist && babel --watch --optional=runtime --compact=true --source-maps --out-dir=dist/ src/", + "dev": "mkdir --parents dist && babel --watch --optional=runtime --source-maps --out-dir=dist/ src/", "prepublish": "npm run build", - "test": "standard && npm run build && mocha 'dist/**/*.spec.js'", + "test": "standard && mocha 'dist/**/*.spec.js'", "test-dev": "standard && mocha --watch --reporter=min 'dist/**/*.spec.js'" }, "standard": {