Skip to content

Commit

Permalink
chore: migrate auth as well
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Oct 31, 2024
1 parent 9442b98 commit 0c7d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "rimraf -rf dist/*",
"publish:npm": "npm run-script -w=@coveo/release npm-publish",
"publish:bump": "npm run-script -w=@coveo/release bump",
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest",
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod",
"e2e": "npm run e2e:saml",
"e2e:saml": "vite manual-e2e/saml/"
},
Expand Down

0 comments on commit 0c7d420

Please sign in to comment.