mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 02:42:05 +00:00
Run lint and test before releasing new versions
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
"lint": "npm run lint:cmd -- benchmarks docs src",
|
"lint": "npm run lint:cmd -- benchmarks docs src",
|
||||||
"lint:cmd": "eslint --fix --ignore-path .gitignore",
|
"lint:cmd": "eslint --fix --ignore-path .gitignore",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"release": "npm run compile && npm run build && npm publish",
|
"release": "npm run lint && npm run test && npm run compile && npm run build && npm publish",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "npm run test -- --watch"
|
"test:watch": "npm run test -- --watch"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user