Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
"ignore": true
}
}
Loading