Skip to content

Commit

Permalink
chore: cleaning old versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 13, 2023
1 parent 88901c8 commit 6adefb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"test:detectOpenHandles": "nx run-many --all --target=test --detectOpenHandles",
"lint": "nx run-many --all --target=lint",
"e2e": "ng e2e",
"version": "nx run ngx-bootstrap:version",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
Expand All @@ -45,6 +44,7 @@
"scully": "scully",
"scully:serve": "scully serve",
"prepare": "husky install",
"version": "nx run ngx-bootstrap:version",
"release": "release-it"
},
"private": true,
Expand Down
18 changes: 8 additions & 10 deletions src/root/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,25 @@
"command": "node ./scripts/docs/get-doc.js"
}
},
"stats": {
"executor": "nx:run-commands",
"outputs": [],
"options": {
"command": "webpack-bundle-analyzer dist/apps/ngx-bootstrap-docs/stats.json"
}
},
"version": {
"executor": "nx:run-commands",
"outputs": [],
"options": {
"commands": [
"ts-node ./scripts/set-version.ts",
"conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1",
"git add -A"
"ts-node ./scripts/set-version.ts"
],
"parallel": false
},
"configurations": {
"production": {}
}
},
"stats": {
"executor": "nx:run-commands",
"outputs": [],
"options": {
"command": "webpack-bundle-analyzer dist/apps/ngx-bootstrap-docs/stats.json"
}
}
},
"implicitDependencies": [
Expand Down

0 comments on commit 6adefb3

Please sign in to comment.