Skip to content

Commit

Permalink
fix build output location
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafaggianelli committed May 22, 2023
1 parent ee5d280 commit bf92466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plombery",
"version": "0.3.0",
"version": "0.3.0-rc2",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default defineConfig({
},
plugins: [react(), splitVendorChunkPlugin()],
build: {
outDir: path.resolve('..', 'plombery', 'static'),
outDir: path.resolve('..', 'src', 'plombery', 'static'),
},
})
2 changes: 1 addition & 1 deletion src/plombery/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep it aligned with version in package.json

__version__ = "0.3.0"
__version__ = "0.3.0-rc2"

0 comments on commit bf92466

Please sign in to comment.