Skip to content

Commit 2a7ecaa

Browse files
authored
fix(build): scripts for npm (#44)
1 parent 72c271a commit 2a7ecaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
"scripts": {
4040
"build": "run-s -l build:files test:integration",
4141
"build:files": "sh ./scripts/build.sh",
42+
"build:deps": "ncu --doctor -u --doctorInstall \"yarn\" --doctorTest \"yarn test:deps\"",
4243
"release": "standard-version",
4344
"test": "run-s -l test:lint test:ci",
4445
"test:ci": "export CI=true; jest --collectCoverage",
4546
"test:clearCache": "jest --clearCache",
47+
"test:deps": "run-s test build",
4648
"test:dev": "eslint ./src; jest --roots=./src --watch",
4749
"test:integration": "jest --roots=./tests",
4850
"test:integration-dev": "jest --roots=./tests --watchAll",

0 commit comments

Comments
 (0)