Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit f82d2c1

Browse files
authored
feat: bump to nuxt 3 stable (#43)
1 parent 5da359f commit f82d2c1

File tree

6 files changed

+1961
-2622
lines changed

6 files changed

+1961
-2622
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
# Check linting and typing
2828
- run: npm run lint
2929
- run: npm run types
30+
31+
# Check building
32+
- run: npm run build:module
33+
- run: npm run build:playground

0 commit comments

Comments
 (0)