Skip to content

Commit

Permalink
chore: remove patch package
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 27, 2022
1 parent 0e94869 commit 760828c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"releaseName": "Release ${version}"
},
"hooks": {
"before:bump": ["npm run package"],
"after:bump": ["git checkout -- package.json", "git checkout -- package-lock.json"]
"before:bump": "npm run package",
"after:bump": "git checkout -- package.json"
}
}
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automapper",
"version": "8.3.3",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
Expand All @@ -10,8 +10,7 @@
"release:beta": "dotenv release-it -- major --preRelease=beta",
"test": "nx run-many --all --target=test --parallel",
"package": "nx package-all core",
"publish": "nx run-many --target=publish --all --parallel",
"**postinstall**": "patch-package"
"publish": "nx run-many --target=publish --all --parallel"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -50,7 +49,6 @@
"ethers": "5.6.8",
"jest": "27.5.1",
"nx": "14.1.9",
"patch-package": "6.4.7",
"prettier": "~2.6.2",
"reflect-metadata": "~0.1.13",
"release-it": "15.0.0",
Expand All @@ -69,4 +67,3 @@
}
}
}

32 changes: 0 additions & 32 deletions patches/@nrwl+web+14.1.6.patch

This file was deleted.

99 changes: 0 additions & 99 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 760828c

Please sign in to comment.