Skip to content

Commit 4270f22

Browse files
committed
Add missing publish integration staging script for Helpscout integration
1 parent 451f02a commit 4270f22

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

integrations/helpscout/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
"name": "@gitbook/integration-helpscout",
33
"private": true,
44
"version": "1.5.0",
5-
"scripts": {
6-
"typecheck": "tsc --noEmit",
7-
"publish": "gitbook publish ."
8-
},
95
"dependencies": {
106
"@gitbook/runtime": "*"
117
},
128
"devDependencies": {
139
"@gitbook/cli": "workspace:*",
1410
"@gitbook/tsconfig": "workspace:*"
11+
},
12+
"scripts": {
13+
"typecheck": "tsc --noEmit",
14+
"publish-integrations-staging": "gitbook publish .",
15+
"check": "gitbook check",
16+
"publish": "gitbook publish ."
1517
}
1618
}

0 commit comments

Comments
 (0)