Skip to content

Commit 24a8cc0

Browse files
committed
fix the issue found in ci check
1 parent 2d236e3 commit 24a8cc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ build_sdks:: install_plugins provider build_nodejs build_python build_go build_d
7070
build_nodejs:: VERSION := $(shell pulumictl get version --language javascript)
7171
build_nodejs:: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
7272
build_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 && \

provider/cmd/pulumi-resource-tencentcloud/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@
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",

0 commit comments

Comments
 (0)