Skip to content

Commit

Permalink
chore: remove install script from azure-local-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent d363c1e commit 60e4d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/azure-local-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "azure-local-cli",
"scripts": {
"install": "poetry install --no-root",
"build": "npm run install && mkdir -p dist && poetry run python -m nuitka ./azure_local_cli --output-filename=./dist/azl --remove-output --assume-yes-for-downloads",
"build:poetry": "poetry build",
"generate:requirements": "poetry export -f requirements.txt --without-hashes --output requirements.txt"
Expand Down

0 comments on commit 60e4d4c

Please sign in to comment.