Skip to content

Commit e27bc6e

Browse files
authored
Merge pull request #92 from AnguHashBlog/develop
minor change to code nut setting runtime to angular over on netlify s…
2 parents d9a10ca + 00ece7b commit e27bc6e

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
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"build:prod": "ng build --configuration=production",
8+
"build:prod": "ng build --configuration production",
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test",
1111
"serve:ssr:angular-primeng-app": "node dist/angular-primeng-app/server/server.mjs"

0 commit comments

Comments
 (0)