Skip to content

Commit 4bc6efa

Browse files
committed
npm script
1 parent 59f9252 commit 4bc6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"watch:copyfiles": "nodemon --watch ./src --exec \"npm run build:copyfiles\"",
3939
"build": "tsc && webpack && npm run build:copyfiles",
4040
"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"
41+
"test": "concurrently --hide 0 --kill-others \"npm start\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress"
4242
},
4343
"dependencies": {
4444
"@leanprover/infoview": "^0.7.3",

0 commit comments

Comments
 (0)