Skip to content

Commit

Permalink
Fix folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 25, 2023
1 parent cca99db commit 8994ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editors/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-editor": "tsc && vite build --base=/editors/markdown/",
"build-editor": "tsc && vite build --base=/squidex-samples/editors/markdown/",
"preview": "vite preview",
"server-local": "docker run -p 3100:3100 -v dist/index.html:/usr/share/caddy/index.html caddy caddy --root /var/www/html --listen :3100 --browse"
},
Expand Down
2 changes: 1 addition & 1 deletion editors/richtext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-editor": "tsc && vite build --base=/editors/richtext",
"build-editor": "tsc && vite build --base=/squidex-samples/editors/richtext",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 8994ffc

Please sign in to comment.