Skip to content

Commit 7eb3db5

Browse files
authored
Fix Makefile to include scripts directory (#10)
1 parent d2b9526 commit 7eb3db5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ build_nodejs_sdk:: gen_nodejs_sdk
7171
yarn install && \
7272
yarn run tsc --version && \
7373
yarn run tsc && \
74+
cp -R scripts/ bin && \
7475
cp ../../README.md ../../LICENSE package.json yarn.lock ./bin/ && \
7576
sed -i.bak -e "s/\$${VERSION}/$(VERSION)/g" ./bin/package.json && \
7677
rm ./bin/package.json.bak

sdk/nodejs/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
},
1717
"pulumi": {
1818
"resource": true
19-
},
20-
"files": ["**/*.js", "**/*.ts"]
19+
}
2120
}

0 commit comments

Comments
 (0)