summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/airmx/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/airmx/package.json b/packages/airmx/package.json
index 44bde6c..b554568 100644
--- a/packages/airmx/package.json
+++ b/packages/airmx/package.json
@@ -5,6 +5,7 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
+ "build": "tsc",
"test": "jest",
"format": "prettier . --write"
},