mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 15:18:19 +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:cmd": "eslint --fix --ignore-path .gitignore",
|
||||
"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:watch": "npm run test -- --watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user