Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Dec 15, 2023
1 parent 844b43e commit 07c90ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node build-modules.js",
"build": "vite build --base https://kyma-project.github.io/community-modules/",
"build-docker": "vite build",
"build": "node build-modules.js && vite build --base https://kyma-project.github.io/community-modules/",
"build-docker": "node build-modules.js && vite build",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 07c90ab

Please sign in to comment.