-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99bdb8d
commit 6f72741
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
"scripts": { | ||
"dev": "pm2-dev pm2.config.js", | ||
"user-data-reset": "rm -rf user-data && mkdir user-data", | ||
"zod-models-build": "npm run build -w zod-models", | ||
"web": "WEB_PORT=8081 ADMIN_WS_PORT=1101 APP_WS_PORT=8101 npm run dev -w web", | ||
"web2": "WEB_PORT=8082 ADMIN_WS_PORT=1102 APP_WS_PORT=8102 npm run dev -w web", | ||
"web3": "WEB_PORT=8083 ADMIN_WS_PORT=1103 APP_WS_PORT=8103 npm run dev -w web", | ||
|
@@ -23,10 +22,11 @@ | |
"electron3": "WEB_PORT=8083 ACORN_AGENT_NUM=3 npm run start -w electron", | ||
"electron4": "WEB_PORT=8084 ACORN_AGENT_NUM=4 npm run start -w electron", | ||
"electron-tsc": "npm run tsc -w electron", | ||
"build": "bash scripts/build.sh", | ||
"download-happs": "bash scripts/download-happs.sh", | ||
"zod-models-build": "npm run build -w zod-models", | ||
"build": "bash scripts/build.sh", | ||
"storybook": "npm run storybook -w web", | ||
"postinstall": "npm run download-happs && npm run electron-tsc && npm run zod-models-build" | ||
"postinstall": "npm run download-happs" | ||
}, | ||
"author": "Connor Turland <[email protected]>", | ||
"license": "CAL-1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters