Skip to content

Commit

Permalink
🧱 Fix Azure extension build command
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Feb 14, 2022
1 parent 9a8454a commit 57c773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Qodana for Azure Pipelines extension",
"main": "azure.js",
"scripts": {
"build": "rm -rf lib && tsc --build .",
"build": "rm -rf lib && rm -rf ../common/lib && tsc --build .",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
Expand Down

0 comments on commit 57c773d

Please sign in to comment.