use prepublishOnly
This commit is contained in:
parent
5b65a9f4b3
commit
60564f6c65
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
"dev": "gulp watch",
|
||||
"dev-test": "gulp watch-test",
|
||||
"test": "gulp compile && mocha",
|
||||
"prepublish": "gulp compile && mocha"
|
||||
"prepublishOnly": "gulp compile && mocha"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
|
@ -69,4 +69,4 @@
|
|||
"typescript": "^2.2.1",
|
||||
"xml2js": "^0.4.12"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue