Skip to content

Commit

Permalink
Adapt Make instructions from pulumi-aws
Browse files Browse the repository at this point in the history
It seems to be assumed that package.json is copied under the build.
  • Loading branch information
t0yv0 committed Sep 25, 2024
1 parent fcc7580 commit 9d976b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ build_nodejs:: .pulumi/bin/pulumi schema
cd provider/cmd/$(CODEGEN) && go run main.go nodejs ../../../sdk/nodejs $(CURDIR) ../$(PROVIDER)/schema.json $(VERSION_GENERIC)
cd sdk/nodejs && \
yarn install --no-progress && \
yarn run tsc --version && \
yarn run tsc
yarn run build && \
cp package.json yarn.lock ./bin/

bin/pulumi-java-gen::
mkdir -p bin/
Expand Down

0 comments on commit 9d976b9

Please sign in to comment.