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",