Skip to content

Commit

Permalink
SVY-18890 upgrade to angular 17.x and also change the builder to the
Browse files Browse the repository at this point in the history
"application" (esbuild) builder

add a script to build the default lib
  • Loading branch information
jcompagner committed Feb 14, 2024
1 parent b873086 commit 7d49d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com.servoy.eclipse.ngclient.ui/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build_debug": "ng build ngclient2 --watch",
"build_debug_nowatch": "ng build ngclient2 --watch=false",
"build_lib_debug": "ng build @servoy/public --watch",
"build_default_debug": "ng build @servoy/servoydefault --watch",
"test_public": "ng test @servoy/public --watch --browsers Chrome",
"test_default": "ng test @servoy/servoydefault --watch --browsers Chrome",
"test_dialogs": "ng test @servoy/dialogs --watch --browsers Chrome",
Expand Down

0 comments on commit 7d49d77

Please sign in to comment.