Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
5f8e6767cf
commit
fef9ebb4a6
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ steps:
|
|||
- name: Package
|
||||
image: node
|
||||
depends_on:
|
||||
- Lint
|
||||
- Build
|
||||
commands:
|
||||
- yarn package
|
||||
when:
|
||||
|
@ -78,7 +78,7 @@ steps:
|
|||
- name: Package
|
||||
image: node
|
||||
depends_on:
|
||||
- Lint
|
||||
- Build
|
||||
commands:
|
||||
- yarn package
|
||||
when:
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
"pkg": {
|
||||
"scripts": "dist/**/*.js",
|
||||
"targets": [
|
||||
"node16-linux-x64",
|
||||
"node16-macos-x64",
|
||||
"node16-win-x64"
|
||||
"node16-linux-arm64",
|
||||
"node16-macos",
|
||||
"node16-win"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue