Browse Source

add prod build config

pull/1/head
Quildra 12 months ago
parent
commit
5a6d0874e9
  1. 1
      package.json

1
package.json

@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build_prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:origin-dex": "node dist/origin-dex/server/server.mjs"

Loading…
Cancel
Save