5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
# Build the Storybook.
|
|
`cd ../lambda && go run main.go build`
|
|
# Deploy it.
|
|
cdk deploy
|