mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 17:53:50 +00:00
Update yarn script syntax
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@
|
|||||||
"fmt": "find babel benchmarks docs jest src -name '*.js' | grep -v -E '(node_modules|dist)' | xargs yarn fmt:cmd",
|
"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",
|
"fmt:cmd": "prettier --print-width=100 --single-quote --write",
|
||||||
"jest": "jest",
|
"jest": "jest",
|
||||||
"jest:watch": "yarn test -- --watch",
|
"jest:watch": "yarn test --watch",
|
||||||
"lint": "yarn lint:cmd -- babel benchmarks docs jest src",
|
"lint": "yarn lint:cmd babel benchmarks docs jest src",
|
||||||
"lint:cmd": "eslint --ignore-path .gitignore --fix",
|
"lint:cmd": "eslint --ignore-path .gitignore --fix",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"release": "yarn lint && yarn test && yarn build && npm publish",
|
"release": "yarn lint && yarn test && yarn build && npm publish",
|
||||||
|
|||||||
Reference in New Issue
Block a user