Skip to content

Commit 25d2cd1

Browse files
authored
(chore) add missing prepublishOnly script
1 parent b579456 commit 25d2cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/typescript-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "tsc -p ./",
88
"watch": "tsc -w -p ./",
9-
"test": "echo 'NOOP'"
9+
"test": "echo 'NOOP'",
10+
"prepublishOnly": "npm run build"
1011
},
1112
"keywords": [
1213
"svelte",

0 commit comments

Comments
 (0)