File tree 2 files changed +2
-1
lines changed
provider/cmd/pulumi-resource-tencentcloud
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
70
70
build_nodejs :: VERSION := $(shell pulumictl get version --language javascript)
71
71
build_nodejs :: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
72
72
build_nodejs :: install_plugins tfgen # build the node sdk
73
+ rm -rf sdk/nodejs/node_modules # clean node_modules before building
73
74
$(WORKING_DIR ) /bin/$(TFGEN ) nodejs --overlays provider/overlays/nodejs --out sdk/nodejs/
74
75
cd sdk/nodejs/ && \
75
76
yarn install && \
Original file line number Diff line number Diff line change 1783
1783
"properties": {
1784
1784
"apiBusinessType": {
1785
1785
"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"
1787
1787
},
1788
1788
"apiDesc": {
1789
1789
"type": "string",
You can’t perform that action at this time.
0 commit comments