diff --git a/.circleci/config.yml b/.circleci/config.yml index c1735f674f..4536865fea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,4 +42,7 @@ jobs: - node_modules - store_artifacts: - path: ./node_modules.tgz \ No newline at end of file + path: ./node_modules.tgz + + - store_artifacts: + path: ./scripts/error-codes/codes.json \ No newline at end of file diff --git a/fixtures/attribute-behavior/package.json b/fixtures/attribute-behavior/package.json index 69b928e56f..4149300e1b 100644 --- a/fixtures/attribute-behavior/package.json +++ b/fixtures/attribute-behavior/package.json @@ -12,7 +12,7 @@ }, "scripts": { "prestart": - "cp ../../build/dist/react.development.js public/ && cp ../../build/dist/react-dom.development.js public/ && cp ../../build/dist/react-dom-server.browser.development.js public/", + "cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom-server.browser.development.js public/", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", diff --git a/fixtures/dom/package.json b/fixtures/dom/package.json index 90cb22479c..940b66736c 100644 --- a/fixtures/dom/package.json +++ b/fixtures/dom/package.json @@ -18,7 +18,7 @@ }, "scripts": { "start": "react-scripts start", - "prestart": "cp ../../build/dist/react.development.js ../../build/dist/react-dom.development.js ../../build/dist/react.production.min.js ../../build/dist/react-dom.production.min.js ../../build/dist/react-dom-server.browser.development.js ../../build/dist/react-dom-server.browser.production.min.js public/", + "prestart": "cp ../../build/node_modules/react/umd/react.development.js ../../build/node_modules/react-dom/umd/react-dom.development.js ../../build/node_modules/react/umd/react.production.min.js ../../build/node_modules/react-dom/umd/react-dom.production.min.js ../../build/node_modules/react-dom/umd/react-dom-server.browser.development.js ../../build/node_modules/react-dom/umd/react-dom-server.browser.production.min.js public/", "build": "react-scripts build && cp build/index.html build/200.html", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" diff --git a/fixtures/expiration/package.json b/fixtures/expiration/package.json index 1ffb0ccbe1..263812a1ee 100644 --- a/fixtures/expiration/package.json +++ b/fixtures/expiration/package.json @@ -9,7 +9,7 @@ }, "scripts": { "prestart": - "cp ../../build/dist/react.development.js public/ && cp ../../build/dist/react-dom.development.js public/", + "cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", diff --git a/fixtures/fiber-triangle/index.html b/fixtures/fiber-triangle/index.html index 1b5941f09b..c7e22fdd43 100644 --- a/fixtures/fiber-triangle/index.html +++ b/fixtures/fiber-triangle/index.html @@ -16,8 +16,8 @@ If you checked out the source from GitHub make sure to run npm run build.

- - + + - + +
- + +
- + +
+