From 6bc76c3c92f08e6809f231e2e867ca8419367410 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 2 Dec 2017 15:58:42 -0800 Subject: [PATCH] Update yarn script syntax --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3bc19dc5..4c49f4a1 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "fmt": "find babel benchmarks docs jest src -name '*.js' | grep -v -E '(node_modules|dist)' | xargs yarn fmt:cmd", "fmt:cmd": "prettier --print-width=100 --single-quote --write", "jest": "jest", - "jest:watch": "yarn test -- --watch", - "lint": "yarn lint:cmd -- babel benchmarks docs jest src", + "jest:watch": "yarn test --watch", + "lint": "yarn lint:cmd babel benchmarks docs jest src", "lint:cmd": "eslint --ignore-path .gitignore --fix", "precommit": "lint-staged", "release": "yarn lint && yarn test && yarn build && npm publish",