2022-09-25 23:53:23 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
2022-09-26 01:06:35 +00:00
|
|
|
image: cimg/node:current
|
2022-09-25 23:53:23 +00:00
|
|
|
commands:
|
|
|
|
- yarn
|
|
|
|
- yarn build
|
|
|
|
package:
|
2022-09-26 01:04:59 +00:00
|
|
|
image: ghcr.io/goreleaser/nfpm
|
2022-09-25 23:53:23 +00:00
|
|
|
commands:
|
|
|
|
- apt install -y nfpm
|
|
|
|
- nfpm pkg --packager deb
|