Skip to content

Commit 3ee5977

Browse files
committed
add empty test:assert version
1 parent ba6a6ab commit 3ee5977

File tree

1 file changed

+8
-2
lines changed
  • dev-packages/e2e-tests/test-applications/cloudflare-astro

1 file changed

+8
-2
lines changed

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "yarn build:bundle",
1010
"build:bundle": "astro build",
1111
"preview": "astro preview",
12-
"astro": "astro"
12+
"astro": "astro",
13+
"test:assert": "pnpm version"
1314
},
1415
"dependencies": {
1516
"astro": "^4.1.1",
@@ -18,6 +19,11 @@
1819
"@sentry/profiling-node": "^1.3.2"
1920
},
2021
"volta": {
21-
"extends": "../../../package.json"
22+
"extends": "../../package.json"
23+
},
24+
"pnpm": {
25+
"overrides": {
26+
"@sentry/node": "latest || *"
27+
}
2228
}
2329
}

0 commit comments

Comments
 (0)