Skip to content

Commit f7b61e3

Browse files
committed
fix: Remove post install script which is throwing security warnings in pnpm
The post install is not required as puya will be downloaded on first build if it's missing
1 parent 253c1b9 commit f7b61e3

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"build:3-build": "rollup -c --configPlugin typescript",
2626
"build:4-copy-pkg-json": "tstk copy-package-json -c",
2727
"build:5-copy-readme": "copyfiles ./README.md ./dist",
28-
"build:6-add-postinstall-script": "tsx src/util/add-postinstall-script.ts ./dist",
2928
"pretest": "tsx src/bin/download-puya-binary.ts",
3029
"test": "vitest run",
3130
"test:approvals": "vitest run tests/approvals.spec.ts",

src/util/add-postinstall-script.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)