We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c58f commit a4f73b5Copy full SHA for a4f73b5
2 files changed
packages/runtime/package.json
@@ -4,8 +4,8 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "build": "tsc",
8
- "install": "cmake . && make"
+ "build": "tsc && cmake . && make",
+ "install": "npm run build"
9
},
10
"author": "Dmitry Patsura <talk@dmtry.me>",
11
"license": "MIT",
packages/runtime/tsconfig.json
@@ -7,5 +7,8 @@
"target": "es2018",
"lib": ["es2018" ],
"sourceMap": true
- }
+ },
+ "files": [
12
+ "index.ts"
13
+ ]
14
}
0 commit comments