Skip to content

Commit

Permalink
chore: build nuxt module before release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 12, 2024
1 parent f38a54b commit b3d5023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"lint:eslint": "eslint --max-warnings=0 --report-unused-disable-directives .",
"lint:prettier": "prettier --check .",
"prepack": "pnpm build",
"release": "pnpm jiti prepare-release.ts && pnpm publish --recursive",
"release": "pnpm jiti prepare-release.ts && pnpm publish --recursive && git push --follow-tags",
"prepare": "pnpm run --filter=./playground/** prepare",
"docs:dev": "pnpm run --filter=./docs/** dev",
"docs:build": "pnpm run --filter=./docs/** build",
Expand Down
3 changes: 2 additions & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
],
"scripts": {
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"build": "nuxt-module-build build"
"build": "nuxt-module-build build",
"prepack": "nuxt-module-build build"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.0.8",
Expand Down

0 comments on commit b3d5023

Please sign in to comment.