We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4440d1e commit cdd2eb0Copy full SHA for cdd2eb0
1 file changed
packages/runtime/package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "tsc",
8
- "prepublish": "npm run build"
+ "prepublish": "npm run build",
9
+ "install": "cmake . && make"
10
},
11
"author": "Dmitry Patsura <talk@dmtry.me>",
12
"license": "MIT",
0 commit comments