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 d3fb4b0 commit 5f9d1dcCopy full SHA for 5f9d1dc
package.json
@@ -21,7 +21,7 @@
21
"clean:slate": "jlpm clean:more && jlpm clean:labextension && rimraf node_modules",
22
"contributors:generate": "jlpm run all-contributors generate",
23
"lint": "eslint . --ext .ts,.tsx --fix",
24
- "test": "jest",
+ "test": "jest --no-cache",
25
"eslint-check": "eslint . --ext .ts,.tsx",
26
"prepare": "jlpm run build",
27
"watch": "tsc -w"
0 commit comments