Skip to content

Commit

Permalink
postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
beradrian committed Oct 23, 2015
1 parent 8c28416 commit 249f240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
, "scripts": {
"pegjs": "node_modules/.bin/pegjs src/main/pegjs/SdpParser.pegjs src/main/js/SdpParser.js"
, "test": "node_modules/.bin/jasmine"
, "prepublish": "npm run pegjs & npm run test"
, "postinstall": "npm run pegjs"
, "prepublish": "npm run pegjs & npm test"
}
}

0 comments on commit 249f240

Please sign in to comment.