Skip to content

Commit cdd2eb0

Browse files
committed
Feature(runtime): Build archive on install
1 parent 4440d1e commit cdd2eb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/runtime/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "tsc",
8-
"prepublish": "npm run build"
8+
"prepublish": "npm run build",
9+
"install": "cmake . && make"
910
},
1011
"author": "Dmitry Patsura <talk@dmtry.me>",
1112
"license": "MIT",

0 commit comments

Comments
 (0)