Skip to content

Commit 363acae

Browse files
committed
chore: add update tooling
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 890e3f7 commit 363acae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
"oclif:readme": "oclif readme",
6666
"postpack": "rm -f oclif.manifest.json",
6767
"prepack": "npm run oclif:manifest && npm run oclif:readme",
68-
"test": "mocha --forbid-only \"test/**/*.test.js\""
68+
"test": "mocha --forbid-only \"test/**/*.test.js\"",
69+
"updates:check": "npx npm-check-updates",
70+
"updates:update": "npx npm-check-updates -u"
6971
}
7072
}

0 commit comments

Comments
 (0)