We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfa681 commit 0412518Copy full SHA for 0412518
2 files changed
.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
11
- npm ci
12
- npm run build
13
- cd packages/runtime/ && npm run build && cd -
14
- - npm install packages/runtime --unsafe-perm
+ - npm link packages/runtime --unsafe-perm
15
- npm run test
16
17
node-10-llvm-6:
packages/runtime/package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "tsc && cmake . && make",
8
- "install": "cmake . && make"
+ "install": "cmake . && make",
9
+ "prepublish": "tsc"
10
},
"author": "Dmitry Patsura <talk@dmtry.me>",
"license": "MIT",
0 commit comments