We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c271a commit 2a7ecaaCopy full SHA for 2a7ecaa
package.json
@@ -39,10 +39,12 @@
39
"scripts": {
40
"build": "run-s -l build:files test:integration",
41
"build:files": "sh ./scripts/build.sh",
42
+ "build:deps": "ncu --doctor -u --doctorInstall \"yarn\" --doctorTest \"yarn test:deps\"",
43
"release": "standard-version",
44
"test": "run-s -l test:lint test:ci",
45
"test:ci": "export CI=true; jest --collectCoverage",
46
"test:clearCache": "jest --clearCache",
47
+ "test:deps": "run-s test build",
48
"test:dev": "eslint ./src; jest --roots=./src --watch",
49
"test:integration": "jest --roots=./tests",
50
"test:integration-dev": "jest --roots=./tests --watchAll",
0 commit comments