Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 42bc9d3

Browse files
committed
Remove references to mailin from package.json
1 parent e767548 commit 42bc9d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
"scripts": {
66
"install:api": "echo API && cd api_server && npm i --no-save",
77
"install:broadcaster": "echo BROADCASTER && cd broadcaster && npm i --no-save",
8-
"install:mailin": "echo INBOUND_EMAIL && cd inbound_email && npm i --no-save",
98
"install:mailout": "echo OUTBOUND_EMAIL && cd outbound_email && npm i --no-save",
109
"runtime-dirs": "[ ! -d log ] && mkdir log || true",
11-
"install:all": "npm run runtime-dirs && npm run install:api && npm run install:broadcaster && npm run install:mailin && npm run install:mailout",
10+
"install:all": "npm run runtime-dirs && npm run install:api && npm run install:broadcaster && npm run install:mailout",
1211
"start:api": "cd api_server && npm run start",
1312
"start:broadcaster": "cd broadcaster && npm run start",
14-
"start:mailin": "cd inbound_email && npm run start",
1513
"start:mailout": "cd outbound_email && npm run start",
1614

1715
"run:docker:csrabbitmq": "docker run -d -p 5672:5672 -p 15672:15672 --name csrabbitmq teamcodestream/rabbitmq-onprem:0.0.0",

0 commit comments

Comments
 (0)