Skip to content

Commit aa108de

Browse files
remove log
1 parent 9cdd533 commit aa108de

5 files changed

Lines changed: 2 additions & 3 deletions

File tree

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ yarn-error.log
1010
cypress/snapshots/*
1111
cypress/videos/*
1212
cypress/screenshots/*
13-
cypress/screenshots/*
1413
yarn.lock

cypress/plugins/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = (on, config) => {
2525
"out.txt": "txt",
2626
"out.json": "json",
2727
},
28-
printLogsToConsole: "always",
28+
printLogsToConsole: "never",
2929
}
3030
// `on` is used to hook into various events Cypress emits
3131
// `config` is the resolved Cypress config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"proxy": "http://localhost:3000",
88
"scripts": {
99
"start": "cross-env PORT=6001 react-scripts start",
10-
"start:desktop": "cross-env BROWSER=none USE_DEV_SERVER=yes concurrently 'start' 'electron http://http://localhost:6001/app'",
10+
"start:desktop": "cross-env BROWSER=none USE_DEV_SERVER=yes concurrently 'start' 'electron ./desktop'",
1111
"start:desktop:static": "electron ./desktop",
1212
"start:web:static": "concurrently 'node ./add-preloaded-app-config.js && serve -s build -p 3000' 'udt-collaboration-server --port 3001'",
1313
"build": "npm run build:web",

0 commit comments

Comments
 (0)