mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fixes path in package.json build script (#11707)
This commit is contained in:
committed by
Dan Abramov
parent
9491dee795
commit
8c1c5d7a5a
@@ -99,7 +99,7 @@
|
||||
"node": "8.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run version-check && node scripts/rollup/build.js",
|
||||
"build": "npm run version-check && node ./scripts/rollup/build.js",
|
||||
"linc": "node ./scripts/tasks/linc.js",
|
||||
"lint": "node ./scripts/tasks/eslint.js",
|
||||
"lint-build": "node ./scripts/rollup/validate/index.js",
|
||||
|
||||
Reference in New Issue
Block a user