File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
provider/cmd/pulumi-resource-tencentcloud Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ build_sdks:: install_plugins provider build_nodejs build_python build_go build_d
7070build_nodejs :: VERSION := $(shell pulumictl get version --language javascript)
7171build_nodejs :: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
7272build_nodejs :: install_plugins tfgen # build the node sdk
73+ rm -rf sdk/nodejs/node_modules # clean node_modules before building
7374 $(WORKING_DIR ) /bin/$(TFGEN ) nodejs --overlays provider/overlays/nodejs --out sdk/nodejs/
7475 cd sdk/nodejs/ && \
7576 yarn install && \
Original file line number Diff line number Diff line change 17831783 "properties": {
17841784 "apiBusinessType": {
17851785 "type": "string",
1786- "description": "Type of OAUTH API. Possible values are NORMAL (Business API), \bOAUTH (Authorization API).\n"
1786+ "description": "Type of OAUTH API. Possible values are NORMAL (Business API), \u0008OAUTH (Authorization API).\n"
17871787 },
17881788 "apiDesc": {
17891789 "type": "string",
You can’t perform that action at this time.
0 commit comments