Skip to content

Commit

Permalink
infra: update eslint to check tests and npmignore to ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Mar 18, 2023
1 parent 139b807 commit 729446d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ npm-debug.log

# Uncompiled Source Files
src
test

# Node Modules
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"compile": "tsc -p tsconfig.build.json",
"coverage": "nyc npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ext .js,.ts src",
"lint": "eslint --ext .js,.ts src test",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register test/index.ts"
},
Expand Down

0 comments on commit 729446d

Please sign in to comment.