We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f9252 commit 4bc6efaCopy full SHA for 4bc6efa
package.json
@@ -38,7 +38,7 @@
38
"watch:copyfiles": "nodemon --watch ./src --exec \"npm run build:copyfiles\"",
39
"build": "tsc && webpack && npm run build:copyfiles",
40
"build:copyfiles": "cd src && copyfiles \"**/*.json\" \"**/*.css\" \"**/*.ttf\" \"**/*.otf\" \"**/*.svg\" ../dist/",
41
- "test": "concurrently --kill-others \"npm start 1> /dev/null\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress"
+ "test": "concurrently --hide 0 --kill-others \"npm start\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress"
42
},
43
"dependencies": {
44
"@leanprover/infoview": "^0.7.3",
0 commit comments