Skip to content

Commit

Permalink
chore: bump lock
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 20, 2025
1 parent ce901e1 commit 817286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:docs": "nuxi dev docs",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && cd playground && pnpm prepare",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && cd playground && pnpm dev:prepare",
"lint": "eslint . --fix",
"release": "pnpm build && bumpp && pnpm -r publish --access public",
"test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
Expand Down

0 comments on commit 817286b

Please sign in to comment.