Skip to content

Commit

Permalink
chore(repo): add package.json scripts for community e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 21, 2023
1 parent 2de336b commit 82e78fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"scripts": {
"nx": "nx",
"prepare": "husky install",
"local-registry": "nx run monodon:local-registry"
"local-registry": "nx run monodon:local-registry",
"build": "nx run rust:build",
"test": "nx run rust:test",
"e2e": "nx run rust-e2e:e2e"
},
"private": true,
"packageManager": "[email protected]",
Expand Down

0 comments on commit 82e78fa

Please sign in to comment.