Skip to content

Commit

Permalink
package.json - add top-level recursive test runscript
Browse files Browse the repository at this point in the history
So we can test all the things
  • Loading branch information
Nick Stokoe committed Oct 28, 2024
1 parent 18638be commit 2120e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"clean": "npm run clean --workspaces && rimraf node_modules",
"front-end:": "npm run --workspace=@mykomap/front-end",
"back-end:": "npm run --workspace=@mykomap/back-end",
"common:": "npm run --workspace=@mykomap/common"
"common:": "npm run --workspace=@mykomap/common",
"test": "npm run test --workspaces"
},
"devDependencies": {
"editorconfig": "^2.0.0",
Expand Down

0 comments on commit 2120e39

Please sign in to comment.