mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 14:08:44 -04:00
chore: change prepublish to prepublishOnly
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"test": "tslint -c tslint.json --project .",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"prepublish": "npm run tsc"
|
||||
"prepublishOnly": "npm run tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user