Skip to content

Commit

Permalink
add github workflow2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyu571 committed Nov 13, 2023
1 parent 6dee241 commit 6e36055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-tencentcloud-terraform",
"displayName": "Tencent Cloud Terraform",
"description": "VS Code extension for developing with Terraform on Tencent Cloud",
"version": "0.0.10",
"version": "0.0.18",
"license": "MIT",
"publisher": "Tencent-Cloud",
"icon": "images/tc-tf-logo.png",
Expand Down Expand Up @@ -236,7 +236,9 @@
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"package.patch": "vsce package patch --no-yarn",
"release": "vsce publish --no-yarn",
"package.current": "vsce package --no-yarn",
"release.current": "vsce publish --no-yarn",
"release.patch": "vsce publish patch --no-yarn",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "npm run compile",
Expand Down Expand Up @@ -291,4 +293,4 @@
"vscode-extension-telemetry-wrapper": "^0.13.3",
"vscode-nls-i18n": "^0.2.4"
}
}
}

0 comments on commit 6e36055

Please sign in to comment.