Skip to content

Commit

Permalink
Merge branch 'dev' into fix/vModelProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsteinwand authored Nov 2, 2023
2 parents e50daab + ed4b5e0 commit b99daae
Show file tree
Hide file tree
Showing 8 changed files with 421 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Build
run: pnpm run build

- name: Test
run: pnpm run test run

- name: Release Edge
if: github.event_name == 'push' && steps.changes.outputs.src == 'true'
run: ./scripts/release-edge.sh
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Build
run: pnpm run build

- name: Test
run: pnpm run test run

- name: Version Check
id: check
uses: EndBug/version-check@v2
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit && nuxi typecheck docs",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"release": "release-it"
"release": "release-it",
"test": "vitest"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.4.0",
Expand Down Expand Up @@ -64,6 +65,7 @@
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"valibot": "^0.19.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.21",
"yup": "^1.3.2",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit b99daae

Please sign in to comment.