We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804f57d commit ae8a8a5Copy full SHA for ae8a8a5
package.json
@@ -16,9 +16,10 @@
16
"prestart:wait": "ts-node prestart.ts",
17
"start": "tsnd --watch=.env,**/*.squirrelly --inspect=0.0.0.0:9229 --respawn --transpile-only -- src/server.ts",
18
"test:e2e": "run-s test:e2e:install test:e2e:start",
19
+ "test:e2e:debug": "PWDEBUG=1 run-s test:e2e:install test:e2e:headed",
20
"test:e2e:install": "playwright install",
21
"test:e2e:start": "playwright test",
- "test:e2e:debug": "PWDEBUG=1 yarn test:e2e --headed"
22
+ "test:e2e:headed": "playwright test --headed"
23
},
24
"dependencies": {
25
"@commonify/lowdb": "^3.0.0",
0 commit comments