Skip to content

Commit

Permalink
fix(package.json): added e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Aug 16, 2024
1 parent d2361e9 commit 9d19556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"deploy": "make dev-working",
"test": "ava",
"lint": "tsc && eslint '**/*.js'",
"lint:fix": "eslint --fix '**/*.js'"
"lint:fix": "eslint --fix '**/*.js'",
"e2e": "make e2e"
},
"devDependencies": {
"@agoric/deploy-script-support": "dev",
Expand Down

0 comments on commit 9d19556

Please sign in to comment.