Skip to content

Commit

Permalink
ci: update prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Oct 18, 2024
1 parent f1f736a commit e9363c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stefanobartoletti/nuxt-social-share",
"type": "module",
"version": "1.1.2",
"version": "1.1.3",
"packageManager": "[email protected]",
"description": "Simple Social Sharing for Nuxt",
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"prepack": "nuxt-module-build build --stub && nuxt-module-build prepare",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
Expand Down

0 comments on commit e9363c9

Please sign in to comment.