Skip to content

Commit

Permalink
build: explicit compile call
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Mar 31, 2024
1 parent 105289c commit 33f0174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
node-version: lts/*
- run: npm install
- run: npm run compile:test
- name: Print Test Config
run: node ./.vscode-test.mjs
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"postinstall": "cd src/typings && npx @vscode/dts main && npx @vscode/dts dev",
"clean": "node -e \"fs.rmSync('out',{force:true,recursive:true})\"",
"compile": "npm run clean && tsc --noEmit && node .esbuild.js --minify",
"compile:test": "tsc",
"watch:esbuild": "npm run clean && node .esbuild.js --watch",
"watch": "npm run clean && tsc --watch",
"test": "tsc && vscode-test",
Expand Down

0 comments on commit 33f0174

Please sign in to comment.