Skip to content

Commit

Permalink
ci: add build (#249)
Browse files Browse the repository at this point in the history
* chore(deps): revert "chore(deps): unpin typescript (#245)"

This reverts commit 0e882a7.

* ci: add build
  • Loading branch information
dargmuesli authored Jan 14, 2025
1 parent b1c479b commit 511bcdc
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 454 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:

- name: Lint
run: pnpm run lint && pnpm run -r lint

- name: Build
run: pnpm run build && pnpm run -r build
release_semantic:
needs: build
name: Release (semantic)
Expand Down
8 changes: 8 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>dargmuesli/renovate-config"
],
"packageRules": [
{
"matchPackageNames": [
"typescript"
],
"allowedVersions": "5.6.3"
}
]
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"typescript": "5.6.3"
}
},
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
"resolutions": {
"@nuxt/kit": "3.15.1"
Expand Down
Loading

0 comments on commit 511bcdc

Please sign in to comment.