Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 8, 2022
1 parent 440ca2d commit 85b4b27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pinia/nuxt",
"name": "@pi0/pinia-nuxt",
"version": "0.1.9",
"description": "Nuxt Module for pinia",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,7 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"build": "nuxt-module-build",
"build": "pnpm dev:prepare && nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
Expand Down

0 comments on commit 85b4b27

Please sign in to comment.