From e822b96119b12bdb4215a69723903ab8deb69e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Sat, 9 Sep 2023 18:55:41 +0200 Subject: [PATCH] Use common arguments Change-Id: If9c8ca29f18e455c6ebd001bb4fb0acaed4c1f92 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aef398..72d7e5b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "create": "pnpm ci:build", - "ci:build": "node create.js --name many --port 93 --monorepo T ./build", + "ci:build": "node create.js --name app --port 00 --monorepo T ./build", "release": "pnpm version --no-git-tag-version" }, "dependencies": {