mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-22 13:59:10 +00:00
Use prepublishOnly instead of prepublish
This commit is contained in:
parent
4201f8469c
commit
cb511f11c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue