Skip to content

Commit c319129

Browse files
committed
Update webapp npm script
1 parent c153dd6 commit c319129

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
@@ -138,7 +138,7 @@
138138
"pwa": "node ./scripts/generate_pwa.js",
139139
"prepublish": "npm run build-web && npm run pwa && npm run generate-docs",
140140
"prepublish-beta": "node ./scripts/enable_beta.js && npm run build-web && npm run pwa && npm run generate-docs",
141-
"webapp": "git checkout gh-pages && git pull && git merge master && git push && git checkout master",
141+
"webapp": "git checkout gh-pages && git pull && git merge master --no-edit && git push && git checkout master",
142142
"generate-types": "tsc --project tsconfig.json && node ./scripts/convert_types.js",
143143
"publish-types": "npm publish ./types",
144144
"generate-docs": "npm run generate-types && npx typedoc --options typedoc.json"

0 commit comments

Comments
 (0)