2022-08-08 17:22:32 +00:00
|
|
|
{
|
2022-08-08 17:24:48 +00:00
|
|
|
"name": "Contribute to Astro CodeSpaces",
|
2023-02-23 15:34:37 +00:00
|
|
|
"build": {
|
|
|
|
"dockerfile": "Dockerfile"
|
|
|
|
},
|
2022-08-08 17:22:32 +00:00
|
|
|
|
2023-02-23 15:34:37 +00:00
|
|
|
"features": {
|
|
|
|
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
|
|
|
},
|
2022-08-08 17:22:32 +00:00
|
|
|
|
2023-02-23 15:34:37 +00:00
|
|
|
"postCreateCommand": "pnpm install && pnpm run build",
|
2022-08-08 17:22:32 +00:00
|
|
|
|
2023-02-23 15:34:37 +00:00
|
|
|
"waitFor": "postCreateCommand",
|
2022-08-08 17:22:32 +00:00
|
|
|
|
2023-02-23 15:34:37 +00:00
|
|
|
"postAttachCommand": {
|
|
|
|
"Astro tests": "pnpm run test"
|
|
|
|
},
|
2022-08-08 17:22:32 +00:00
|
|
|
|
2023-02-23 15:34:37 +00:00
|
|
|
"customizations": {
|
|
|
|
"codespaces": {
|
|
|
|
"openFiles": [
|
|
|
|
"README.md",
|
|
|
|
"CONTRIBUTING.md"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"astro-build.astro-vscode",
|
|
|
|
"esbenp.prettier-vscode"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-08-08 17:22:32 +00:00
|
|
|
}
|