70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"name": "@fixture/no-bundle-import",
|
|
"private": true,
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"start": "wrangler dev",
|
|
"test:ci": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"get-port": "^7.0.0",
|
|
"vitest": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|