We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6a6ab commit 3ee5977Copy full SHA for 3ee5977
dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json
@@ -9,7 +9,8 @@
9
"build": "yarn build:bundle",
10
"build:bundle": "astro build",
11
"preview": "astro preview",
12
- "astro": "astro"
+ "astro": "astro",
13
+ "test:assert": "pnpm version"
14
},
15
"dependencies": {
16
"astro": "^4.1.1",
@@ -18,6 +19,11 @@
18
19
"@sentry/profiling-node": "^1.3.2"
20
21
"volta": {
- "extends": "../../../package.json"
22
+ "extends": "../../package.json"
23
+ },
24
+ "pnpm": {
25
+ "overrides": {
26
+ "@sentry/node": "latest || *"
27
+ }
28
}
29
0 commit comments