mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fixed broken npm script
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@
|
||||
"version": 7
|
||||
},
|
||||
"scripts": {
|
||||
"build": "version-check && node scripts/rollup/build.js",
|
||||
"build": "npm run version-check && node scripts/rollup/build.js",
|
||||
"linc": "git diff --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | grep '\\.js$' | xargs eslint --",
|
||||
"lint": "node ./scripts/tasks/eslint.js",
|
||||
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
|
||||
|
||||
Reference in New Issue
Block a user