Skip to content

Commit

Permalink
Merge branch 'develop' into cg/react-router-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored Nov 29, 2024
2 parents d6647d8 + 3aafb40 commit 7e86ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
"test:assert": "playwright test",
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
"test:assert": "playwright test",
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down Expand Up @@ -68,5 +68,8 @@
},
"volta": {
"extends": "../../package.json"
},
"sentryTest": {
"skip": true
}
}

0 comments on commit 7e86ffb

Please sign in to comment.