Example All-In-AWS-Infrastructure-SEP/ts broken #1009
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Hi folks,
The example Typescript tutorial linked here is broken for mainline branch and release branch. I expected the mainline branch to be broken based on the docs from the linked tutorial, but not the release branch.
What's wrong:
yarn stage
step is broken, and it errors on both mainline and release branches withCannot find module './stage-deadline.js'
./build.sh
step is broken, and it errors on both mainline and release branches with...LICENSE should contain exactly
. Not sure if this is because I had to skipyarn stage
.Reproduction Steps
I found it helpful to use Docker to reproduce this. (aside: perhaps ya'll can build on this example to provide a deployment environment that works out of the box?)
Docker build command:
DOCKER_BUILDKIT=1 docker build -f ./dockerfile --build-arg EXTEND="public.ecr.aws/docker/library/ubuntu:focal-20230308" -t "rfdk-deploy:latest"
Docker file (lower-cased)
dockerfile
:This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: