Skip to content

Commit 0c02182

Browse files
Remove afterinstall script
1 parent 4b92050 commit 0c02182

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
key: ${{ runner.os }}-oxide-${{ hashFiles('./crates/**/*') }}
5454

5555
- name: Install dependencies
56-
run: pnpm install --ignore-scripts
56+
run: pnpm install
5757

5858
- name: Build
5959
run: pnpm run build

playgrounds/nuxt/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"build": "nuxt build",
77
"dev": "nuxt dev",
88
"generate": "nuxt generate",
9-
"preview": "nuxt preview",
10-
"postinstall": "nuxt prepare"
9+
"preview": "nuxt preview"
1110
},
1211
"dependencies": {
1312
"@tailwindcss/vite": "workspace:^",

0 commit comments

Comments
 (0)