Skip to content

Commit

Permalink
Benchmarks postinstall fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Jun 27, 2016
1 parent 9037b9d commit 0b96bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"description": "Benchmarks for bem-xjst",
"main": "run.js",
"scripts": {
"postinstall": "BROWSERIFY=browserify make -C node_modules/bem-xjst",
"postinstall": "cd ./node_modules/bem-xjst && npm install && npm run make",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"bem-xjst": "https://github.com/bem/bem-xjst.git#70d77b3",
"bem-xjst": "https://github.com/bem/bem-xjst.git#f7ee7c9",
"benchmark": "2.1.0",
"browserify": "^11.0.0",
"microtime": "^1.4.2",
Expand Down

0 comments on commit 0b96bac

Please sign in to comment.