From bee626006c4b3f6ea3fff2471e70070e2b990461 Mon Sep 17 00:00:00 2001 From: "Anantachai Saothong (Manta)" Date: Fri, 3 Aug 2018 13:03:15 +0700 Subject: [PATCH] Amended package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c97387..e5fc92e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "node ./test/runner.js", "test-watch": "nodemon --watch edge --watch spec --ext js,json,styl --ignore spec/*-debugging.json --ignore spec/*-formatted.styl ./test/runner.js", "docs": "browserify --transform [ babelify --presets [ es2015 ] ] --require lodash --require ./edge/format.js:format --require ./edge/createCodeForHTML.js:createCodeForHTML | uglifyjs > docs/format.js && node edge/reviseDocumentation.js", - "preversion": "npm test && npm run docs && node ./edge/reviseTypeDefinition.js && git commit --allow-empty --message=\"Updated the static site\" -- docs/*.* edge/index.d.ts", + "preversion": "npm test && npm run docs && node ./edge/reviseTypeDefinition.js && git commit --allow-empty --message=\"Updated the static site\" -- docs/*.* edge/index.d.ts && git push --dry-run origin master:master", "version": "npm publish", "postversion": "git push --tags --quiet origin master:master" },