We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b9526 commit 7eb3db5Copy full SHA for 7eb3db5
Makefile
@@ -71,6 +71,7 @@ build_nodejs_sdk:: gen_nodejs_sdk
71
yarn install && \
72
yarn run tsc --version && \
73
yarn run tsc && \
74
+ cp -R scripts/ bin && \
75
cp ../../README.md ../../LICENSE package.json yarn.lock ./bin/ && \
76
sed -i.bak -e "s/\$${VERSION}/$(VERSION)/g" ./bin/package.json && \
77
rm ./bin/package.json.bak
sdk/nodejs/package.json
@@ -16,6 +16,5 @@
16
},
17
"pulumi": {
18
"resource": true
19
- },
20
- "files": ["**/*.js", "**/*.ts"]
+ }
21
}
0 commit comments