Skip to content

Commit

Permalink
fix: update script for build
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-osos committed May 27, 2024
1 parent 0fba72c commit 625378d
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 @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:typewriter": "ng build typewriter --configuration production",
"prebuild": "ng build typewriter --configuration production",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
Expand Down

0 comments on commit 625378d

Please sign in to comment.