Skip to content

Commit

Permalink
Package: use ci-lint instead of just checkLicenses when publishing
Browse files Browse the repository at this point in the history
Change-Id: Ie17ce7782e634e15c6946f7ff300bc04bbc0361f
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
OrkunTokdemir committed May 28, 2024
1 parent da53838 commit c6c55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"ms-vscode.cmake-tools"
],
"scripts": {
"vscode:prepublish": "npm run checkLicenses && NODE_ENV=production node ./esbuild.mjs",
"vscode:prepublish": "npm run ci-lint && NODE_ENV=production node ./esbuild.mjs",
"compile": "node ./esbuild.mjs",
"watch": "node ./esbuild.mjs --watch",
"pretest": "npm run compile && npm run lint",
Expand Down

0 comments on commit c6c55b2

Please sign in to comment.