Skip to content

Commit

Permalink
revert package
Browse files Browse the repository at this point in the history
ntorbev committed Sep 24, 2024
1 parent 6d7bff6 commit 3465194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration local --host 0.0.0.0",
"start": "ng serve",
"devspace-start": "ng serve --host 0.0.0.0 --port 4200 --public-host kohesio.local.ec.europa.eu",
"build": "ng build",
"build-dev": "ng build --configuration development --output-hashing=all --no-progress",
"build-prod": "ng build --configuration production --output-hashing=all --no-progress",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"extract-i18n": "ng extract-i18n --output-path src/locale --format json",
"dev:ssr": "ng run kohesio-frontend:serve-ssr --configuration local --host 0.0.0.0",
"dev:ssr": "ng run kohesio-frontend:serve-ssr:local",
"serve:ssr": "pm2-runtime dist/kohesio-frontend/server/proxy-server.js --name ssr.kohesio",
"serve:bff": "pm2-runtime dist/server/main.js --name ssr.kohesio",
"build:ssr": "ng build --configuration local && ng run kohesio-frontend:server:local && cp proxy-server.js dist/kohesio-frontend/server",

0 comments on commit 3465194

Please sign in to comment.