Skip to content

Commit 8feedb9

Browse files
authored
Remove postinstall hook (#974)
1 parent 903fd34 commit 8feedb9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
node-version: 18
3434
- run: pnpm i
35+
- run: npm run download:schemas
3536
- run: npm run test:coverage
3637
test-node-versions:
3738
runs-on: ubuntu-22.04
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
node-version: ${{ matrix.node-version }}
4950
- run: pnpm i
51+
- run: npm run download:schemas
5052
- run: npm test
5153
test-macos:
5254
runs-on: macos-12
@@ -59,4 +61,5 @@ jobs:
5961
with:
6062
version: 18
6163
- run: pnpm i
64+
- run: npm run download:schemas
6265
- run: npm test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"lint": "eslint .",
4343
"pregenerate": "npm run build",
4444
"prepare": "npm run build",
45-
"postinstall": "npm run download:schemas",
4645
"test": "vitest run",
4746
"test:coverage": "vitest run --coverage",
4847
"update:examples": "vite-node ./scripts/update-examples.ts",

0 commit comments

Comments
 (0)