Skip to content

Commit 59f5024

Browse files
authored
fix: removed postinstall script (#1089)
* fix: removed postinstall script * chore: add build lib to CI since its needed for docs typecheck
1 parent f0cd7ae commit 59f5024

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: pnpm install
3737
- name: Typecheck
3838
run: pnpm run typecheck
39+
- name: Build
40+
run: pnpm run build
3941
- name: Lint
4042
run: pnpm run lint
4143
- name: Unit tests

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"docs:generate": "pnpm --filter='./docs' generate",
6666
"docs:prepare": "pnpm --filter='./docs' prepare",
6767
"docs:lint": "pnpm --filter='./docs' lint",
68-
"docs:typecheck": "pnpm --filter='./docs' typecheck",
69-
"postinstall": "pnpm run build && pnpm --filter='./docs' prepare"
68+
"docs:typecheck": "pnpm --filter='./docs' typecheck"
7069
},
7170
"peerDependencies": {
7271
"three": ">=0.133",

0 commit comments

Comments
 (0)