Skip to content

Commit

Permalink
fix: changes in GitHub Actions automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur0904 committed Oct 8, 2023
1 parent 465ed3f commit 8849a18
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"lint:fix": "prettier --write '**/*.{ts,tsx,js,jsx,json,html,css,yaml}' && tslint -c ./tslint.json --project tsconfig.base.json --format verbose --fix",
"conflict-check": "tslint-config-prettier-check ./tslint.json",
"markdownlint": "markdownlint **/*.md",
"release": "semantic-release",
"postinstall": "npm run bootstrap",
"prepublishOnly": "npm run build",
"gen-readme-toc": "markdown-toc -i README.md",
Expand All @@ -30,20 +29,14 @@
"deploy": "cd examples/simple-react && npm run deploy"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.0.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/jest": "^29.2.2",
"concurrently": "^6.0.1",
"conventional-changelog-conventionalcommits": "^4.4.0",
"husky": "^2.4.1",
"lerna": "^3.22.1",
"lint-staged": "^8.2.1",
"markdown-toc": "^1.2.0",
"markdownlint-cli": "^0.32.2",
"prettier": "^1.18.2",
"semantic-release": "^17.4.3",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
Expand All @@ -67,35 +60,5 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"release": {
"branches": [
"master",
{
"name": "next",
"prerelease": true
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "library"
}
],
"@semantic-release/github"
]
}
}

0 comments on commit 8849a18

Please sign in to comment.