Commit 9aa45a68 authored by Pavel Shutsin's avatar Pavel Shutsin 2️⃣
Browse files

fix: add npm install for commit-lint

parent 3df5aa94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@
    "update-ci-variables": "node ./scripts/update_ci_variables.js",
    "create-test-workspace": "npm run build:desktop && node ./scripts/create_workspace_for_test_debugging.js",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "postinstall": "npm install --prefix webviews/vue && npm install --prefix webviews/vue2 && npm run prettier-package-json"
    "postinstall": "npm install --prefix webviews/vue && npm install --prefix webviews/vue2 && npm install --prefix scripts/commit-lint && npm run prettier-package-json"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",