Skip to content

Commit

Permalink
Actually build the extension in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Apr 13, 2024
1 parent 0a63baa commit 61b13c3
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 165 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ updates:
patterns:
- "@html-parser/eslint-plugin"
- "@html-parser/parser"
- package-ecosystem: "npm"
directory: "/vscExtension"
schedule:
interval: "weekly"
day: "saturday"
time: "05:00"
timezone: "Europe/Berlin"
assignees:
- "DEVTomatoCake"
groups:
vscode:
patterns:
- "@types/node"
- "@types/vscode"
- "@vscode/vsce"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extension-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
cd vscExtension
npm i --omit=optional --include=dev --no-fund --progress=false
node build.js
npm run pack
- name: "🚀 release extension"
Expand Down
Loading

0 comments on commit 61b13c3

Please sign in to comment.