Skip to content

Commit d4f0d9f

Browse files
committed
fixing path
1 parent 9c27b12 commit d4f0d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"scripts": {
131131
"build": "npm run build:webview && npm run vsix",
132132
"build:webview": "cd webview-ui && npm run build",
133-
"co:login": "scripts/codeartifact-login.sh",
133+
"co:login": ".github/scripts/codeartifact-login.sh",
134134
"co:install": "npm run co:login && npm install",
135135
"changeset": "changeset",
136136
"check-types": "tsc --noEmit",

0 commit comments

Comments
 (0)