Skip to content

Commit

Permalink
fix build command for polar nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi-best authored and emilwidlund committed Jan 14, 2025
1 parent 06a6f64 commit 85a5bf5
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 70 deletions.
14 changes: 8 additions & 6 deletions packages/polar-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,23 @@
"dist"
],
"scripts": {
"build": "exit 0 && nuxt-module-build",
"build": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"prepack": "exit 0 && nuxt-module-build"
"prepack": "nuxt-module-build build --stub",
"prepare": "nuxt-module-build prepare"
},
"dependencies": {
"@nuxt/kit": "^3.10.0",
"@nuxt/kit": "^3.15.0",
"@polar-sh/adapter-utils": "workspace:*",
"@polar-sh/sdk": "^0.20.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.1",
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.15.0",
"@types/node": "^20.11.0",
"nuxi": "^3.20.0",
"nuxt": "^3.15.1"
"nuxt": "^3.15.1",
"typescript": "^5.6.3 <5.7"
}
}
5 changes: 0 additions & 5 deletions packages/polar-nuxt/playground/nuxt.config.ts

This file was deleted.

Loading

0 comments on commit 85a5bf5

Please sign in to comment.