Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: webclient version and installation method #321

Merged
Prev Previous commit
Next Next commit
update:version
  • Loading branch information
limhjgrace committed Jan 26, 2023
commit ccbe9cf9314b81019d9e1a96247880d88fe794cc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"smoke": "cross-env URL=$URL MONITOR_ID=$MONITOR ENDPOINT=$ENDPOINT NAME=$NAME VERSION=$npm_package_version npx playwright test --config=playwright.config.ts --headed",
"smoke:headless": "cross-env URL=$URL MONITOR_ID=$MONITOR ENDPOINT=$ENDPOINT NAME=$NAME VERSION=$npm_package_version npx playwright test --config=playwright.config.ts",
"prepare": "husky install",
"update:version": "chmod u+x dirname ~/update-version.sh; ./update-version.sh"
"update:version": "chmod u+x ~/update-version.sh; ./update-version.sh"
},
"devDependencies": {
"@aws-sdk/client-rum": "^3.76.0",
Expand Down