Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Jul 12, 2024
2 parents 35d72d4 + 6aba147 commit e0487c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"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",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:prettier --write",
"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 e0487c6

Please sign in to comment.