Compare commits
2 Commits
d895f58963
...
77e4df420e
| Author | SHA1 | Date | |
|---|---|---|---|
|
77e4df420e
|
|||
|
f6467a82c2
|
@@ -28,13 +28,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
# Step 5: Install vsce globally
|
||||
- name: Install vsce globally
|
||||
# Step 5: Install vsce
|
||||
- name: Install vsce
|
||||
run: npm install @vscode/vsce
|
||||
|
||||
# Step 6: Install additional dev dependencies for building inside prompter directory
|
||||
- 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
|
||||
- name: Build the extension
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
# Step 8: Package the extension into a VSIX file inside prompter directory
|
||||
- name: Package the extension
|
||||
run: vsce package
|
||||
run: npx vsce package
|
||||
|
||||
# Step 9: Extract the tag name from gitea.ref
|
||||
- name: Extract tag name
|
||||
|
||||
@@ -104,7 +104,6 @@
|
||||
"webpack-cli": "^6.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/vsce": "^3.2.2",
|
||||
"ignore": "^7.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user