Skip to content

Commit a6317bf

Browse files
committed
Fix ci:test
1 parent 4f44e4d commit a6317bf

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
@@ -53,7 +53,7 @@
5353
"analyze": "yarn lint && yarn typecheck",
5454
"build": "yarn build:rss && next build",
5555
"build:rss": "NODE_ENV=development yarn ts:exec ./bin/rss/index.ts",
56-
"ci:test": "yarn test --runInBand",
56+
"ci:test": "yarn test",
5757
"ci:test:acc": "yarn build && yarn start-server-and-test start 3000 'cypress run'",
5858
"cy:open": "start-server-and-test dev 3000 'cypress open'",
5959
"cy:run": "start-server-and-test dev 3000 'cypress run'",

0 commit comments

Comments
 (0)