Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Mar 1, 2024
1 parent 9d4b0e0 commit e78c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ nodejs_sdk::
rm -rf sdk/nodejs
pulumi package gen-sdk $(WORKING_DIR)/bin/$(PROVIDER) --language nodejs
cd ${PACKDIR}/nodejs/ && \
sed -i.bak 's/@pulumi\/aem-native/@wttech\/aem-native/g' package.json && \
sed -i.bak 's/@pulumi\/aem/@wttech\/aem/g' package.json && \
rm ./package.json.bak && \
yarn install && \
yarn run tsc && \
Expand Down

0 comments on commit e78c86d

Please sign in to comment.