Skip to content

Commit

Permalink
fix: Re-order commands in dev:prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed Jan 13, 2024
1 parent 94ec221 commit 2582a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
"dist"
],
"scripts": {
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && tsc --module nodenext setup.ts && node setup.js && pnpm lint && nuxi prepare docs && nuxi prepare playground",
"dev:prepare": " tsc --module nodenext setup.ts && node setup.js && nuxt-module-build build --stub && nuxt-module-build prepare && pnpm lint && nuxi prepare docs && nuxi prepare playground",
"docs:build": "pnpm --filter docs build",
"docs:dev": "pnpm --filter docs dev",
"lint": "eslint . --fix",
Expand All @@ -48,4 +48,4 @@
"nuxt": "^3.9.1",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 2582a1d

Please sign in to comment.