Skip to content

Commit 813fd1a

Browse files
allow better sqlite builds for nuxt content
1 parent 0ffc5f1 commit 813fd1a

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: latest
1717
- uses: actions/checkout@v4
18-
- run: pnpm i && pnpm approve-builds && pnpm run generate
18+
- run: pnpm i && pnpm run generate
1919
- uses: FirebaseExtended/action-hosting-deploy@v0
2020
with:
2121
repoToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: latest
1919
- uses: actions/checkout@v4
20-
- run: pnpm i && pnpm approve-builds && pnpm run generate
20+
- run: pnpm i && pnpm run generate
2121
- uses: FirebaseExtended/action-hosting-deploy@v0
2222
with:
2323
repoToken: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"@nuxt/eslint": "^1.4.0",
2424
"eslint": "^9.27.0",
2525
"typescript": "^5.8.3"
26-
}
26+
},
27+
"pnpm": {
28+
"onlyBuiltDependencies": [
29+
"better-sqlite3"
30+
]
31+
}
2732
}

0 commit comments

Comments
 (0)