Skip to content

Commit 2a9d2c9

Browse files
committed
fix: package.json file
1 parent d4da0d2 commit 2a9d2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cy": "cypress open",
3535
"cy:chrome": "cypress run --browser chrome",
3636
"cy:electron": "cypress run --browser electron",
37-
"cy:run": "\npm run cy:chrome && \npm cy:electron",
37+
"cy:run": "npm run cy:chrome && npm cy:electron",
3838
"cy:browser": "start-server-and-test start http://localhost:5173 cy:run",
3939
"typedoc": "typedoc --out docs src/index.ts"
4040
},

0 commit comments

Comments
 (0)