Skip to content

Commit

Permalink
chore(package): add missing test & lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Aug 13, 2024
1 parent a7c2553 commit 742e193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "OpenAlly NPM packages",
"scripts": {
"build": "tsc -b"
"build": "tsc -b",
"test": "npm run test --ws --if-present",
"lint": "npx eslint workspaces"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 742e193

Please sign in to comment.