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 4f44e4d commit a6317bfCopy full SHA for a6317bf
package.json
@@ -53,7 +53,7 @@
53
"analyze": "yarn lint && yarn typecheck",
54
"build": "yarn build:rss && next build",
55
"build:rss": "NODE_ENV=development yarn ts:exec ./bin/rss/index.ts",
56
- "ci:test": "yarn test --runInBand",
+ "ci:test": "yarn test",
57
"ci:test:acc": "yarn build && yarn start-server-and-test start 3000 'cypress run'",
58
"cy:open": "start-server-and-test dev 3000 'cypress open'",
59
"cy:run": "start-server-and-test dev 3000 'cypress run'",
0 commit comments