Merge pull request 'Fix/#23 astro compiler pnpm linux binary' (#25) from fix/#23-astro-compiler-pnpm-linux-binary into dev
Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.41.3",
|
||||
"astro": "^7.0.2",
|
||||
"@astrojs/starlight": "^0.40.0",
|
||||
"astro": "^6.4.8",
|
||||
"sharp": "^0.34.5"
|
||||
}
|
||||
}
|
||||
Generated
+4047
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
sharp: true
|
||||
+1
-5
@@ -38,10 +38,6 @@
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-storybook": "10.5.0",
|
||||
"prettier": "^3.9.4",
|
||||
"typescript-eslint": "^8.65.0",
|
||||
"@astrojs/compiler-binding-linux-x64-gnu": "0.3.2",
|
||||
"@astrojs/compiler-binding-win32-x64-msvc": "0.3.2",
|
||||
"@astrojs/compiler-binding-darwin-x64": "0.3.2",
|
||||
"@astrojs/compiler-binding-darwin-arm64": "0.3.2"
|
||||
"typescript-eslint": "^8.65.0"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+735
-465
File diff suppressed because it is too large
Load Diff
+17
-7
@@ -3,14 +3,24 @@ packages:
|
||||
- "docs/"
|
||||
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
sharp: true
|
||||
esbuild: true
|
||||
playwright: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- playwright
|
||||
fetchTimeout: 300000
|
||||
fetchRetries: 10
|
||||
|
||||
supportedArchitectures:
|
||||
os: [current, linux]
|
||||
cpu: [current, x64]
|
||||
libc: [current, glibc]
|
||||
|
||||
os:
|
||||
- current
|
||||
- win32
|
||||
- darwin
|
||||
- linux
|
||||
cpu:
|
||||
- current
|
||||
- x64
|
||||
- arm64
|
||||
libc:
|
||||
- current
|
||||
- glibc
|
||||
- musl
|
||||
Reference in New Issue
Block a user