Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 6b1819f

Browse files
committed
Testing maildev, seems to work except:
#147 (comment)
1 parent 620d175 commit 6b1819f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"runOnInit": false,
2121
"dropDatabase": false
2222
},
23+
"defaultEmail": "[email protected]",
2324
"smtpConfig": {
2425
"host": "0.0.0.0",
2526
"port": 1025,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary yarn run test",
4242
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
4343
"start": "node server/",
44-
"dev": "cross-env DEBUG=feathers && nodemon server/",
45-
"dev:debug": "cross-env DEBUG=feathers nodemon --inspect server/",
44+
"dev": "cross-env DEBUG=feathers* && nodemon server/",
45+
"dev:debug": "cross-env DEBUG=feathers* nodemon --inspect server/",
4646
"mocha": "cross-env NODE_ENV=test node_modules/mocha/bin/_mocha test/ --recursive --timeout 10000 --exit",
4747
"cucumber": "concurrently --kill-others --success first 'cross-env NODE_ENV=test node server/' 'wait-on tcp:3031 && cross-env NODE_ENV=test cucumber-js'"
4848
},

0 commit comments

Comments
 (0)