Skip to content

Commit 5c66802

Browse files
committed
Fix(CI): Run npm link with --unsafe-perm flag
1 parent 378ce77 commit 5c66802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
script:
1010
- npm ci
1111
- npm run build
12-
- npm link packages/runtime
12+
- npm link packages/runtime --unsafe-perm
1313
- npm run test
1414

1515
node-10-llvm-6:

0 commit comments

Comments
 (0)