Use prepublishOnly instead of prepublish

This commit is contained in:
Paweł Niedzielski 2019-07-16 10:01:21 +02:00
parent 4201f8469c
commit cb511f11c1

View file

@ -8,7 +8,7 @@
"test": "jest test --verbose",
"eslint": "./node_modules/.bin/eslint .",
"build": "tsc",
"prepublish": "tsc"
"prepublishOnly": "tsc"
},
"repository": {
"url": "git@github.com:PDMLab/docker-compose.git"