Add postinstal step to build octo
This commit is contained in:
parent
297002fec4
commit
42cadc6db0
1 changed files with 3 additions and 2 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue