Skip to content

Commit 9e04c19

Browse files
committed
chore: update 'test-ci' command
1 parent 1fad45a commit 9e04c19

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
@@ -20,7 +20,7 @@
2020
"reinstall": "yarn clean && yarn install",
2121
"start": "yarn watch",
2222
"test": "cross-env HOME=$PWD NODE_OPTIONS=--experimental-vm-modules jest",
23-
"test-ci": "cross-env HOME=$PWD jest --runInBand",
23+
"test-ci": "yarn test --runInBand",
2424
"postinstall": "yarn husky install"
2525
},
2626
"commitlint": {

0 commit comments

Comments
 (0)