Skip to content

Commit

Permalink
build(deps): aggregated checks, updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 11, 2022
1 parent 14b26bc commit c3b94d2
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 28 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mock": "./bin/cli.js"
},
"scripts": {
"build:deps": "ncu --doctor -u --doctorInstall \"yarn\" --doctorTest \"yarn test:deps\" --reject \"apidoc\"",
"docker:build": "docker build -t apidoc-mock-test .",
"docker:run": "docker stop mock-api-test; docker run -i --rm -p 5000:8000 -v \"$(pwd)/data:/app/data\" --name mock-api-test apidoc-mock-test",
"docker:stop": "docker stop mock-api-test",
Expand All @@ -27,6 +28,7 @@
"test": "run-s -l test:lint test:ci",
"test:ci": "export CI=true; jest --collectCoverage",
"test:clearCache": "jest --clearCache",
"test:deps": "rm -rf ./.docs; run-s test",
"test:dev": "rm -rf ./.docs; eslint ./src; jest --watch",
"test:integration": "jest --roots=./tests",
"test:integration-dev": "jest --roots=./tests --watchAll",
Expand Down Expand Up @@ -102,6 +104,7 @@
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"nodemon": "^2.0.15",
"npm-check-updates": "^12.5.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"standard-version": "^9.3.2"
Expand Down
Loading

0 comments on commit c3b94d2

Please sign in to comment.