summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'packages/plugin')
-rw-r--r--packages/plugin/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 52968bdcd..dece34fac 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -4,7 +4,8 @@
"version": "0.10.1",
"type": "module",
"scripts": {
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit",
+ "build": "tsc"
},
"exports": {
".": {