Skip to content

Commit

Permalink
chore: build i18n module in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 10, 2024
1 parent b64eade commit 71fec4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

# we need to build the module since we're using link:. in package.json
- name: Building
run: pnpm build

- name: Setup development
run: pnpm dev:prepare

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"release": "bumpp --commit \"release: v%s\" --push --tag",
"changelog": "gh-changelogen --repo=nuxt-community/i18n-module",
"dev": "pnpm dev:prepare && pnpm build --sourcemap && nuxi dev playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:preview": "nuxi preview playground",
Expand Down

0 comments on commit 71fec4d

Please sign in to comment.