summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-18 11:01:31 +0800
committerLi Zhineng <[email protected]>2025-07-18 11:01:31 +0800
commit2801f9c059eebfcfb9cecc927bbacf204aee4329 (patch)
tree916ea111e1205ea4d880c6cb28b598dda5a13e34 /packages
parent9ebb82d9e8f41cf5a6b908e45ad6cfce8c747752 (diff)
downloadairmx-2801f9c059eebfcfb9cecc927bbacf204aee4329.tar.gz
airmx-2801f9c059eebfcfb9cecc927bbacf204aee4329.zip
npm run build
Diffstat (limited to 'packages')
-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"
},