Skip to content

Commit

Permalink
Amended package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Aug 3, 2018
1 parent fecfa58 commit bee6260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit bee6260

Please # to comment.