Skip to content

Commit

Permalink
Add prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jul 29, 2019
1 parent aaa807a commit 152e378
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 11 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"scripts": {
"test": "make test",
"test-ci": "nyc mocha -R spec --bail",
"coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls"
"coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls",
"build": "make browserify",
"prepublishOnly": "make browserify"
},
"dependencies": {
"argparse": "~0.1.15",
Expand All @@ -66,6 +68,7 @@
"devDependencies": {
"ansi": "^0.3.0",
"benchmark": "^1.0.0",
"browserify": "^16.3.0",
"commonmark": "0.12.0",
"gulp-format-md": "^0.1.10",
"highlight.js": "^9.7.0",
Expand Down
Loading

0 comments on commit 152e378

Please sign in to comment.