Skip to content

Commit

Permalink
build: swap commands around
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 10, 2024
1 parent b8b7afe commit 01188ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/konami-emoji-blast-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
"scripts": {
"prebuild": "nuxi prepare",
"build": "nuxt-module-build build",
"build:release": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build:release": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"lint": "eslint .",
Expand Down

0 comments on commit 01188ce

Please sign in to comment.