Skip to content

Commit 173980d

Browse files
committed
add prepublishOnly script
1 parent 1cf3755 commit 173980d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tailwindcss-language-service/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"start": "tsdx watch",
1212
"build": "tsdx build",
1313
"test": "tsdx test",
14-
"lint": "tsdx lint"
14+
"lint": "tsdx lint",
15+
"prepublishOnly": "npm run build"
1516
},
1617
"dependencies": {
1718
"@ctrl/tinycolor": "3.1.4",

0 commit comments

Comments
 (0)