Skip to content

Commit bd53ca4

Browse files
authored
chore: fix the init task for gitpod (aws#21064)
This PR fixes the init task in `.gitpod.yml` for gitpod to correctly prebuild and remove the eslint static version pinning. Fixes: aws#21063 ---- ### All Submissions: * [v] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0b5123a commit bd53ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github:
66
image: jsii/superchain:1-buster-slim
77

88
tasks:
9-
- init: yarn build --skip-test --no-bail --skip-prereqs --skip-compat
9+
- init: yarn install && ./scripts/foreach.sh yarn build
1010

1111
vscode:
1212
extensions:
13-
- dbaeumer.vscode-eslint@2.1.20
13+
- dbaeumer.vscode-eslint

0 commit comments

Comments
 (0)