Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Jan 14, 2023
1 parent d4ec5f1 commit 20eeae4
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 @@ -38,7 +38,7 @@
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
"test": "vitest run",
"release": "release-it",
"prepare": "nuxt-module-build --stub && nuxi prepare .playground"
"prepare": "nuxt-module-build && nuxi prepare .playground"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
Expand Down

0 comments on commit 20eeae4

Please sign in to comment.