diff --git a/README.md b/README.md index 7b9b03b..f8fc3ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Transmit Security Webinar - March 26 2024 +# Transmit Security Webinar - March 26, 2024 This repository contains three branches: @@ -11,10 +11,10 @@ Software installed: ## Getting started -Clone this repository, make sure to select the branch `adding-passkeys-starter` +Clone this repository, make sure to select the branch `adding-detectionandresponse-starter` ```bash -git clone -b adding-detectionandresponse-starter https://github.com/TransmitSecurity/Feb26Workshop.git +git clone -b adding-detectionandresponse-starter https://github.com/TransmitSecurity/Mar26Workshop.git ``` Install the project dependencies. diff --git a/package.json b/package.json index b4d5095..0de7220 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/", "help": "node src/scripts/log-help.js", - "spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"" + "spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"", + "postinstall": "cd client-lib && npm install && npm run build" }, "dependencies": { "@coreui/icons": "^3.0.1",