Skip to content

Commit

Permalink
add script command "ci:frontend"
Browse files Browse the repository at this point in the history
  • Loading branch information
cichy380 committed Jan 15, 2024
1 parent 4f09660 commit 25c6bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start:backend": "nx serve backend",
"start:frontend": "nx serve frontend",
"build:backend": "nx build backend",
"build:frontend": "nx build frontend"
"build:frontend": "nx build frontend",
"ci:frontend": "ng build --base-href /speech-to-text/"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 25c6bfb

Please sign in to comment.