Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmeniboiler authored Dec 9, 2024
1 parent 96ad4e3 commit ffeb1a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Install Vue CLI
run: npm install -g @vue/cli

# Run before-build script
- name: Run before-build script
run: node -r esm scripts/before-build.js

# Build the Vue.js project
- name: Build Vue.js project
run: npm run build
Expand All @@ -40,5 +44,9 @@ jobs:
- name: Package VSCode extension
run: vsce package

# Run after-build script
- name: Run after-build script
run: node -r esm scripts/after-build.js

# Run tests
- run: npm test

0 comments on commit ffeb1a9

Please sign in to comment.