-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlerna.yaml
40 lines (36 loc) · 979 Bytes
/
lerna.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package:
name: lerna
version: 8.1.2
epoch: 0
description: "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository."
copyright:
- license: MIT
checks:
disabled:
- usrlocal
dependencies:
runtime:
- nodejs
environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- nodejs
- py3-setuptools
- python3
pipeline:
- name: npm install
runs: |
npm install -g ${{package.name}}@${{package.version}} -prefix ${{targets.destdir}}/usr/local/
# https://github.com/browserify/resolve/issues/288
sed -i 's/monorepo-symlink-test/false-positive/g' ${{targets.destdir}}/usr/local/lib/node_modules/lerna/node_modules/resolve/test/resolver/multirepo/package.json
update:
enabled: true
github:
identifier: lerna/lerna
use-tag: true
tag-filter: v
strip-prefix: v