Skip to content

Commit

Permalink
feat: completed deployment step definitions and improved hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ITZSHOAIB committed Sep 12, 2024
1 parent c37365f commit 2e01e82
Show file tree
Hide file tree
Showing 14 changed files with 765 additions and 90 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"types": "./dist/cucumber/index.d.ts",
"import": "./dist/cucumber/index.js",
"require": "./dist/cucumber/index.js"
},
"./cucumber/steps": {
"types": "./dist/cucumber/steps/index.d.ts",
"import": "./dist/cucumber/steps/index.js",
"require": "./dist/cucumber/steps/index.cjs"
}
},
"scripts": {
Expand All @@ -52,7 +47,8 @@
"kleur": "^4.1.5",
"ts-node": "^10.9.2",
"viem": "^2.21.2",
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"@cucumber/cucumber": "^11.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
Loading

0 comments on commit 2e01e82

Please sign in to comment.