Skip to content

Commit

Permalink
chore: fix prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 5, 2024
1 parent f89778d commit 4d73239
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Coverage

on:
push:
branches:
- main
workflow_run:
workflows: [Tests]
types:
- completed

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dev:build": "nuxi build playground",
"typecheck": "nuxi typecheck",
"build": "nuxt-module-build prepare && nuxt-module-build build",
"build:sourcemaps": "nuxt-module-build prepare && nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "pnpm publish --report-summary",
"lint": "eslint .",
Expand Down

0 comments on commit 4d73239

Please sign in to comment.