Skip to content

Commit

Permalink
Merge branch 'main' into umutuzgur/gh-0/create-cli-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos authored Aug 2, 2023
2 parents 2f58000 + 4a280d3 commit 02fbdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "npm run clean && tsc --build",
"test": "jest --selectProjects unit",
"test:e2e": "npm run prepare && cross-env NODE_CONFIG_DIR=./e2e/config jest --selectProjects E2E",
"test:e2e:local": "cross-env CHECKLY_ENV=local npm run test:e2e",
"test:e2e:local": "cross-env CHECKLY_BASE_URL=http://localhost:3000 CHECKLY_ENV=local npm run test:e2e",
"watch": "tsc --watch"
},
"repository": {
Expand Down

0 comments on commit 02fbdc2

Please sign in to comment.