Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyurus committed Aug 16, 2024
1 parent c5b9470 commit cfb92ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: NPM Install
run: |
corepack pnpm install --frozen-lockfile --prod
mkdir ./dist
cp -r node_modules ./dist/node_modules
corepack pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "miniprogram-vscode-extension",
"displayName": "微信小程序开发工具",
"description": "提供小程序预览、打包上传、代码补全、语法高亮、项目模版等功能",
"version": "1.5.0",
"version": "1.5.1",
"icon": "assets/logo.png",
"publisher": "crazyurus",
"license": "GPL-3.0",
Expand Down

0 comments on commit cfb92ca

Please # to comment.