Skip to content

Commit

Permalink
feat: clean configuration data
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Apr 11, 2023
1 parent c286579 commit 31d3e80
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:changelog": "standard-version --infile changelog.md --same-file --skip.bump --skip.commit --skip.tag",
"release:check": "pnpm test && pnpm build",
"release:publish": "pnpm publish",
"release:publish": "clean-publish",
"release:version": "bumpp package.json --execute=\"pnpm release:changelog && git add changelog.md\" --commit \"build: publish v%s\" --tag --all",
"lint": "eslint .",
"test:types": "tsc --noEmit --pretty",
Expand All @@ -48,6 +48,7 @@
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"bumpp": "^9.1.0",
"clean-publish": "^4.2.0",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
19 changes: 19 additions & 0 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 31d3e80

Please sign in to comment.