We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c27b12 commit d4f0d9fCopy full SHA for d4f0d9f
package.json
@@ -130,7 +130,7 @@
130
"scripts": {
131
"build": "npm run build:webview && npm run vsix",
132
"build:webview": "cd webview-ui && npm run build",
133
- "co:login": "scripts/codeartifact-login.sh",
+ "co:login": ".github/scripts/codeartifact-login.sh",
134
"co:install": "npm run co:login && npm install",
135
"changeset": "changeset",
136
"check-types": "tsc --noEmit",
0 commit comments