Deps sorting and codegen for build
Some checks failed
Release VSCode Extension / release (push) Failing after 40s
Some checks failed
Release VSCode Extension / release (push) Failing after 40s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user