Skip to content

Commit

Permalink
feat: added build script for typewriter component
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-osos committed May 27, 2024
1 parent efa1a16 commit 985f336
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 @@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:typewriter": "ng build typewriter --configuration production",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
Expand Down Expand Up @@ -36,4 +37,4 @@
"ng-packagr": "^17.0.2",
"typescript": "~5.2.2"
}
}
}

0 comments on commit 985f336

Please sign in to comment.