We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33402c commit 3ef7cc7Copy full SHA for 3ef7cc7
package.json
@@ -25,7 +25,7 @@
25
"_____": "",
26
"fmt": "./ci/dev/fmt.sh",
27
"lint": "./ci/dev/lint.sh",
28
- "test": "./ci/dev/test.sh",
+ "test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
29
"ci": "./ci/dev/ci.sh",
30
"watch": "VSCODE_IPC_HOOK_CLI= NODE_OPTIONS=--max_old_space_size=32384 ts-node ./ci/dev/watch.ts",
31
"icons": "./ci/dev/gen_icons.sh",
0 commit comments