From 9d195568d2fdae8e12a9c6eb24d3bfc8893058df Mon Sep 17 00:00:00 2001 From: jovonni Date: Fri, 16 Aug 2024 13:44:21 -0400 Subject: [PATCH] fix(package.json): added e2e script --- contract/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contract/package.json b/contract/package.json index f176af3..f2ab37d 100644 --- a/contract/package.json +++ b/contract/package.json @@ -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",