Skip to content

Commit

Permalink
fix: try and get react-integration bumping correctly [skip-a11y] (#9554)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Aug 30, 2023
1 parent b5e1f5a commit 7124af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"version": "independent",
"allowBranch": ["main", "v5"],
"packages": ["packages/*"],
"packages": ["packages/*", "packages/react-integration/demo-app-ts"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 1 addition & 5 deletions packages/react-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"serve:integration": "cd demo-app-ts && yarn serve:demo-app",
"test:integration": "node --max-old-space-size=4096 ./node_modules/.bin/cypress run",
"build:demo-app": "cd demo-app-ts && yarn build:demo-app",
"start:demo-app": "cd demo-app-ts && yarn start:demo-app",
"start:demo-app:hot": "cd demo-app-ts && yarn start:demo-app:hot",
"serve:demo-app": "cd demo-app-ts && yarn serve:demo-app"
"test:integration": "node --max-old-space-size=4096 ./node_modules/.bin/cypress run"
},
"devDependencies": {
"cypress": "^8.0.0",
Expand Down

0 comments on commit 7124af5

Please sign in to comment.