From 9f47852773c3044f30bf0005c82f3531479b36d2 Mon Sep 17 00:00:00 2001 From: Vladimir Kurchatkin Date: Sun, 5 Jul 2015 16:31:02 +0300 Subject: [PATCH] build: use && instead of & --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bb06bd348..85de6acc7c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "lint": "eslint src", "check": "flow check", "cover": "babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha", - "build": "rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib", + "build": "rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib", "watch": "babel --optional runtime scripts/watch.js | node" }, "dependencies": {