Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed May 15, 2017
1 parent 9308439 commit fdcd5e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
"chai": "^3.5.0",
"cli-color": "^1.1.0",
"fs-extra": "^0.30.0",
"in-publish": "^2.0.0",
"mocha": "^3.0.2",
"sqlite": "^2.5.0"
},
"scripts": {
"install": "node install",
"install": "node tools/install",
"prepublish": "$(npm bin)/in-publish && ./tools/build || true",
"test": "$(npm bin)/mocha --bail --timeout 5000 --slow 5000",
"pretest": "rm -r ./temp/ || true && mkdir ./temp/",
"posttest": "rm -r ./temp/",
"benchmark": "node benchmark"
"benchmark": "node benchmark",
"rebuild": "CI=true ./tools/build && node tools/install",
},
"license": "MIT",
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions tools/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -e
./tools/lzz
File renamed without changes.
Binary file added tools/lzz
Binary file not shown.

0 comments on commit fdcd5e2

Please sign in to comment.