From 70051a1742f2a52aa16b01841e3d20ddfcd7fd7f Mon Sep 17 00:00:00 2001 From: primakov Date: Wed, 27 Mar 2024 16:57:19 +0300 Subject: [PATCH] start-test-domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Во время исполнения команды npm start открывать сразу же http://ift-b1.kc.inno-js.test/journal.pl Reviewed-on: https://git.inno-js.ru/bro-js/journal.pl/pulls/3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51a2ead..fc3daf7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "journal.pl", "version": "1.2.0", - "description": "", + "description": "inno-js platform journal ui repo", "main": "./src/index.tsx", "scripts": { - "start": "ijl-cli server --port=80 --with-open-browser", + "start": "start chrome http://ift-b1.kc.inno-js.test/journal.pl && ijl-cli server --port=80", "build": "npm run clean && ijl-cli build --dev", "build:prod": "npm run clean && ijl-cli build", "clean": "rimraf dist"