Skip to content

Commit

Permalink
chore: remove poetry postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent 56b0928 commit d363c1e
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 @@ -14,7 +14,7 @@
}
},
"scripts": {
"postinstall": "patch-package && poetry self add poetry-pyinstaller-plugin",
"postinstall": "patch-package",
"test": "vitest",
"test:e2e": "cross-env TEST_AZURE_E2E=true vitest --testTimeout=20000 --dir=./test/parity",
"test:csharp": "npm run -w @localsandbox/csharp-test test",
Expand Down

0 comments on commit d363c1e

Please sign in to comment.