mirror of
https://github.com/facebook/react.git
synced 2026-02-26 03:04:59 +00:00
It's confusing to new contributors, and me, that you're supposed to use `yarn build-combined` for almost everything but not fixtures. We should use only one build command for everything. Updated fixtures to use the folder convention of build-combined.
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"private": true,
|
|
"name": "brunch-dev-fixture",
|
|
"devDependencies": {
|
|
"brunch": "^2.9.1",
|
|
"javascript-brunch": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf public && brunch build",
|
|
"prebuild": "cp -r ../../../../build/oss-experimental/* ./node_modules/"
|
|
}
|
|
}
|