mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 18:15:13 +00:00
Minor npm script edit
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"dev": "npm run dev --workspaces --if-present",
|
"dev": "npm run dev --workspaces --if-present",
|
||||||
"flow": "flow --flowconfig-name ./configs/.flowconfig",
|
"flow": "flow --flowconfig-name ./configs/.flowconfig",
|
||||||
"format": "prettier --check --ignore-path ./configs/.prettierignore \"**/*.js\"",
|
"format": "prettier --check --ignore-path ./configs/.prettierignore \"**/*.js\"",
|
||||||
"format:fix": "prettier --write \"**/*.js\" --ignore-path ./configs/.prettierignore",
|
"format:fix": "prettier --write --ignore-path ./configs/.prettierignore \"**/*.js\"",
|
||||||
"lint": "eslint configs packages scripts --config ./configs/.eslintrc",
|
"lint": "eslint configs packages scripts --config ./configs/.eslintrc",
|
||||||
"lint:fix": "npm run lint --fix",
|
"lint:fix": "npm run lint --fix",
|
||||||
"prerelease": "npm run test && npm run build",
|
"prerelease": "npm run test && npm run build",
|
||||||
|
|||||||
Reference in New Issue
Block a user