Skip to content

Commit 5062ed0

Browse files
author
Sebastian Silbermann
committed
Remove unnecessary copy command
Part of `predev`
1 parent fa93c58 commit 5062ed0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ jobs:
270270
command: |
271271
npx playwright install
272272
sudo npx playwright install-deps
273-
- run:
274-
working_directory: fixtures/attribute-behavior
275-
command: cp ../../build/oss-experimental/react/umd/react.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom-server.browser.development.js public/
276273
- run:
277274
name: Run tests
278275
working_directory: fixtures/attribute-behavior

0 commit comments

Comments
 (0)