Skip to content

Commit

Permalink
Fix web build command (#993)
Browse files Browse the repository at this point in the history
Fix web build command not working.

This made CI not work
  • Loading branch information
jotjern authored Sep 5, 2024
1 parent 4ab2779 commit 1a4136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"build": "turbo run build --filter=@dotkomonline/* --cache-dir=.turbo",
"build:api": "turbo run build --filter=ow-api",
"build:web": "dotenv -e .env -- turbo run build:prod --filter=web",
"build:web": "dotenv -e .env -- turbo run build:prod --filter=@dotkomonline/web",
"build:dashboard": "turbo run build --filter=@dotkomonline/dashboard",
"build:brevduen": "turbo run build --filter=@dotkomonline/brevduen",
"build:rif": "turbo run build --filter=@dotkomonline/rif",
Expand Down

0 comments on commit 1a4136d

Please sign in to comment.