Add postinstal step to build octo

This commit is contained in:
Christoph Diehl 2018-04-06 21:57:37 +02:00
parent 297002fec4
commit 42cadc6db0
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@mozillasecurity/octo", "name": "@mozillasecurity/octo",
"version": "1.0.12", "version": "1.0.13",
"description": "", "description": "",
"keywords": [ "keywords": [
"fuzzing", "fuzzing",
@ -26,7 +26,8 @@
"test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose",
"build": "webpack -p", "build": "webpack -p",
"watch": "webpack --watch", "watch": "webpack --watch",
"precommit": "npm run test:lint" "precommit": "npm run test:lint",
"postinstall": "npm run build"
}, },
"standard": { "standard": {
"ignore": [ "ignore": [