Skip to content

Commit

Permalink
Test lib
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Sep 16, 2024
1 parent ee58f39 commit 834a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"postpack": "rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest",
"local-test": "export $(cat .env | xargs); mocha \"test/**/*.test.{js,ts}\"",
"test": "mocha --forbid-only \"test/commands/*.test.{js,ts}\"",
"test": "mocha --forbid-only \"test/lib/*.test.{js,ts}\"",
"lint": "eslint .",
"fixlint": "eslint . --fix",
"version": "oclif-dev readme && git add README.md",
Expand Down

0 comments on commit 834a89e

Please sign in to comment.