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
|
||||
.envrc
|
||||
.task
|
||||
releases
|
||||
|
@ -8,13 +8,19 @@ vars:
|
||||
tasks:
|
||||
pack:
|
||||
cmds:
|
||||
- npm pack
|
||||
- npm pack --pack-destination releases
|
||||
|
||||
build: tsc
|
||||
|
||||
checks:
|
||||
deps: [test, build]
|
||||
|
||||
prepare:
|
||||
desc: build and bundle the package
|
||||
cmds:
|
||||
- { task: build }
|
||||
- { task: pack }
|
||||
|
||||
integrate:
|
||||
deps: [checks]
|
||||
cmds:
|
||||
|
Loading…
Reference in New Issue
Block a user