Skip to content

Commit 1e94bf1

Browse files
committed
Add textMade compile to prepublish
1 parent f7f9c52 commit 1e94bf1

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
@@ -118,7 +118,7 @@
118118
]
119119
},
120120
"scripts": {
121-
"vscode:prepublish": "npm run antlr4ngPre && npm run antlr4ng && npm run compile",
121+
"vscode:prepublish": "npm run antlr4ngPre && npm run antlr4ng && npm run textMate && npm run compile",
122122
"compile": "tsc -b",
123123
"watch": "tsc -b -w",
124124
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx",

0 commit comments

Comments
 (0)