Skip to content

Commit

Permalink
fix: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Oct 19, 2024
1 parent f061159 commit db18f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"hooks": {
"before:init": ["pnpm i", "pnpm run lint", "git merge main"],
"before:init": ["pnpm run lint", "git merge main"],
"after:bump": "pnpm run prepack",
"after:release": ["git checkout main", "git merge release", "git push", "git push --tags"]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build --stub && nuxt-module-build prepare",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
Expand Down

0 comments on commit db18f2e

Please sign in to comment.