Skip to content

Commit

Permalink
test: add test:ci target
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 10, 2024
1 parent 8d2e118 commit 75e86b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"build": "true",
"test": "npm run lint && mocha",
"test:ci": "npm run test",
"lint": "eslint ."
},
"dependencies": {
Expand Down

0 comments on commit 75e86b3

Please sign in to comment.