Skip to content

Commit

Permalink
add test:ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Dec 18, 2024
1 parent 9e31010 commit c1f26ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"test": "node ./out/test/runTest.js",
"test:ci": "pnpm run compile-tests && pnpm run test",
"check:type": "tsc --noEmit",
"check:lint": "eslint src --ext ts",
"build": "vsce package",
Expand Down

0 comments on commit c1f26ae

Please sign in to comment.