Skip to content

Commit

Permalink
chore: bump scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 23, 2022
1 parent 8cb48e8 commit a4998f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,19 @@
},
"scripts": {
"build": "tsc",
"bump": "npm version -m 'build: %s release'",
"debug": "ts-node src/cli.ts",
"lint": "eslint . bin/rdme bin/set-version-output --ext .js,.ts",
"lint-docs": "npx alex@10 . && npm run prettier",
"postversion": "git tag $(npm pkg get version | tr -d '\"')",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"pretest": "npm run lint && npm run lint-docs",
"prettier": "prettier --list-different \"./**/**.{md,js,ts}\"",
"prettier:write": "prettier --list-different --write \"./**/**.{md,js,ts}\"",
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s",
"test": "jest --coverage"
"test": "jest --coverage",
"version": "npm run release && git add ."
},
"prettier": "@readme/eslint-config/prettier"
}

0 comments on commit a4998f5

Please sign in to comment.