Skip to content

Commit 369c759

Browse files
committed
use the right folder 🤦
1 parent 3a6fdb6 commit 369c759

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
@@ -35,7 +35,7 @@
3535
"test:circleci": "jest --maxWorkers=2",
3636
"test:watch": "jest --watch",
3737
"codegen": "graphql-codegen --config codegen.ts",
38-
"pkg-pr-new-publish": "npm run dist:vscode && cd dist && pkg-pr-new publish --no-template --compact"
38+
"pkg-pr-new-publish": "npm run dist:vscode && cd build && pkg-pr-new publish --no-template --compact"
3939
},
4040
"dependencies": {
4141
"@apollo/brand": "^0.7.0",

0 commit comments

Comments
 (0)