We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6fdb6 commit 369c759Copy full SHA for 369c759
package.json
@@ -35,7 +35,7 @@
35
"test:circleci": "jest --maxWorkers=2",
36
"test:watch": "jest --watch",
37
"codegen": "graphql-codegen --config codegen.ts",
38
- "pkg-pr-new-publish": "npm run dist:vscode && cd dist && pkg-pr-new publish --no-template --compact"
+ "pkg-pr-new-publish": "npm run dist:vscode && cd build && pkg-pr-new publish --no-template --compact"
39
},
40
"dependencies": {
41
"@apollo/brand": "^0.7.0",
0 commit comments