Skip to content

Commit 0ed8a10

Browse files
committed
fix: update build command in package json
1 parent f66b27a commit 0ed8a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build:prod": "ng build --prod",
7+
"build:app": "ng build --prod",
88
"build:lib": "ng build toppy",
99
"test": "npm run test:lib",
1010
"test:app": "ng test --project toppy-app",

0 commit comments

Comments
 (0)