fixing path

This commit is contained in:
a8trejo 2024-11-27 19:38:43 -08:00
parent 9c27b126f7
commit d4f0d9f474

View file

@ -130,7 +130,7 @@
"scripts": {
"build": "npm run build:webview && npm run vsix",
"build:webview": "cd webview-ui && npm run build",
"co:login": "scripts/codeartifact-login.sh",
"co:login": ".github/scripts/codeartifact-login.sh",
"co:install": "npm run co:login && npm install",
"changeset": "changeset",
"check-types": "tsc --noEmit",