mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +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",
|
"test": "jest test --verbose",
|
||||||
"eslint": "./node_modules/.bin/eslint .",
|
"eslint": "./node_modules/.bin/eslint .",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"prepublish": "tsc"
|
"prepublishOnly": "tsc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "git@github.com:PDMLab/docker-compose.git"
|
"url": "git@github.com:PDMLab/docker-compose.git"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue