Skip to content

Commit fff31f3

Browse files
committed
ci: add nuxt module build to package
1 parent 3b57b35 commit fff31f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ jobs:
7777
- name: Build
7878
run: pnpm run build
7979

80+
- name: Nuxt module build
81+
run: pnpm run -C packages/nuxt build
82+
8083
- uses: codecov/codecov-action@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test:unit": "vitest --coverage",
5252
"firebase:emulators": "firebase emulators:start",
5353
"test:dev": "vitest",
54-
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run test:unit run"
54+
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run -C packages/nuxt build && pnpm run test:unit run"
5555
},
5656
"keywords": [
5757
"vue",

0 commit comments

Comments
 (0)