Skip to content

Commit 3ef7cc7

Browse files
committed
Update yarn test command
1 parent f33402c commit 3ef7cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"_____": "",
2626
"fmt": "./ci/dev/fmt.sh",
2727
"lint": "./ci/dev/lint.sh",
28-
"test": "./ci/dev/test.sh",
28+
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
2929
"ci": "./ci/dev/ci.sh",
3030
"watch": "VSCODE_IPC_HOOK_CLI= NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts",
3131
"icons": "./ci/dev/gen_icons.sh",

0 commit comments

Comments
 (0)