Merge branch 'releasePreps'
This commit is contained in:
commit
cf78da1d70
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*remeda*.tgz
|
||||
node_modules
|
||||
coverage
|
||||
pnpm-lock.yaml
|
||||
|
@ -12,11 +12,25 @@ tasks:
|
||||
cmds:
|
||||
- changelord print > CHANGELOG.md
|
||||
test: vitest run
|
||||
|
||||
build:
|
||||
sources: ["src/**"]
|
||||
generates: ["esm/**"]
|
||||
deps: [test]
|
||||
cmds:
|
||||
- rm -fr esm/
|
||||
- tsc -p tsconfig.json
|
||||
|
||||
prepRelease:
|
||||
deps: [changelog, build]
|
||||
preconditions:
|
||||
- sh: git branch | grep '* main'
|
||||
msg: not on main
|
||||
- sh: git is-clean
|
||||
msg: stuff not commited
|
||||
cmds:
|
||||
- npm pack
|
||||
|
||||
default:
|
||||
cmds:
|
||||
- echo "{{.GREETING}}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "updeep-remeda",
|
||||
"name": "@yanick/updeep-remeda",
|
||||
"version": "2.0.0",
|
||||
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
||||
"homepage": "https://git.babyl.ca/yanick/updeep-remeda",
|
||||
|
Loading…
Reference in New Issue
Block a user