Skip to content

Commit

Permalink
fix(publish): remove prepare task
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jun 7, 2023
1 parent 7570f4f commit 53c9791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"dev": "nuxt dev playground",
"generate": "nuxt generate playground",
"preview": "nuxt preview",
"prepare": "nuxt-module-build --stub && nuxt prepare playground",
"lint": "npm run lint:css && npm run lint:es",
"lint:es": "eslint --fix --ext .js,.mjs,.vue .",
"lint:css": "stylelint \"(src|playground)/**/*.vue\"",
Expand Down

0 comments on commit 53c9791

Please sign in to comment.