Skip to content

Commit

Permalink
chore: config scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phojie committed Jul 26, 2023
1 parent a2fb508 commit 1edbf77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"build:dev": "nuxi generate playground",
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare dev",
"release": "bumpp package.json dev/package.json && pnpm -r publish",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "bumpp package.json playground/package.json && pnpm -r publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxi typecheck",
"prepare": "nuxi prepare dev"
"prepare": "nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.6.5"
Expand Down

0 comments on commit 1edbf77

Please sign in to comment.