Deps sorting and codegen for build
Some checks failed
Release VSCode Extension / release (push) Failing after 40s

This commit is contained in:
2025-03-27 07:23:40 +00:00
parent f6467a82c2
commit 77e4df420e
2 changed files with 3 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
# Step 6: Install additional dev dependencies for building inside prompter directory # Step 6: Install additional dev dependencies for building inside prompter directory
- name: Install build tools - name: Install build tools
run: npm install --save-dev webpack webpack-cli ts-loader run: npm install --save-dev webpack webpack-cli ts-loader codegen
# Step 7: Build the extension inside prompter directory # Step 7: Build the extension inside prompter directory
- name: Build the extension - name: Build the extension
@@ -42,7 +42,7 @@ jobs:
# Step 8: Package the extension into a VSIX file inside prompter directory # Step 8: Package the extension into a VSIX file inside prompter directory
- name: Package the extension - name: Package the extension
run: vsce package run: npx vsce package
# Step 9: Extract the tag name from gitea.ref # Step 9: Extract the tag name from gitea.ref
- name: Extract tag name - name: Extract tag name

View File

@@ -104,7 +104,6 @@
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"dependencies": { "dependencies": {
"@vscode/vsce": "^3.2.2",
"ignore": "^7.0.3" "ignore": "^7.0.3"
} }
} }