Skip to content

Commit

Permalink
Fix ci chore (#168)
Browse files Browse the repository at this point in the history
* chore: dependencies updated to latest

* ci: sveltekitci quickfix

* docs: readme fixed

* chore: dependencies updated to latest

* ci: set package-manager-strict=false
  • Loading branch information
maehr authored May 7, 2024
1 parent 8531922 commit cf5517b
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pnpm run build
- name: Postbuild
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Stadt-Geschichte-Basel/stadtgeschichtebasel.ch'
run: pnpm run postbuild
run: rm -Rf build/_jampack/ && pnpm run postbuild # FIXME: Quick fix to make jampack work
- name: Test
run: pnpm run test
- name: Publish to Cloudflare Pages
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict=true
resolution-mode=highest
package-manager-strict=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pnpm run build
Optimize the build with [Jampack](https://jampack.divriots.com/) for production.

```bash
pnpm run postbuild
rm -Rf build/_jampack/ && pnpm run postbuild # FIXME: Quick fix to make jampack work
```

## Development
Expand Down
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf5517b

Please sign in to comment.