packages go in the release dir
This commit is contained in:
parent
33a10d6916
commit
55376db1c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ pnpm-lock.yaml
|
|||||||
updux-5.0.0.tgz
|
updux-5.0.0.tgz
|
||||||
.envrc
|
.envrc
|
||||||
.task
|
.task
|
||||||
|
releases
|
||||||
|
@ -8,13 +8,19 @@ vars:
|
|||||||
tasks:
|
tasks:
|
||||||
pack:
|
pack:
|
||||||
cmds:
|
cmds:
|
||||||
- npm pack
|
- npm pack --pack-destination releases
|
||||||
|
|
||||||
build: tsc
|
build: tsc
|
||||||
|
|
||||||
checks:
|
checks:
|
||||||
deps: [test, build]
|
deps: [test, build]
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
desc: build and bundle the package
|
||||||
|
cmds:
|
||||||
|
- { task: build }
|
||||||
|
- { task: pack }
|
||||||
|
|
||||||
integrate:
|
integrate:
|
||||||
deps: [checks]
|
deps: [checks]
|
||||||
cmds:
|
cmds:
|
||||||
|
Loading…
Reference in New Issue
Block a user