Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 39e0b72

Browse files
committed
rename prepublish to prepublishOnly
1 parent b5caf14 commit 39e0b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Deno language service plugin for TypeScript",
55
"main": "out/index.js",
66
"scripts": {
7-
"prepublish": "tsc",
7+
"prepublishOnly": "tsc",
88
"compile": "tsc",
99
"types": "deno types > lib/lib.deno_runtime.d.ts"
1010
},

0 commit comments

Comments
 (0)