Skip to content

Commit

Permalink
Merge pull request #185 from Fdawgs/ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 25, 2022
2 parents b5a7b22 + 44b2403 commit 2032072
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
if: steps.release.outputs.release_created
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Disable Husky prepare script
# Remove dev values from package.json
run: |
npm set-script prepare ""
npm pkg delete commitlint devDependencies jest scripts
npm publish --ignore-scripts
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -53,22 +53,22 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"eslint": "^8.24.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jsdoc": "^39.3.24",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-security-node": "^1.1.1",
"fastify": "^4.7.0",
"fastify": "^4.9.2",
"husky": "^8.0.1",
"jest": "^29.1.2",
"jest": "^29.2.2",
"license-checker": "^25.0.1",
"prettier": "^2.7.1"
},
"dependencies": {
"fastify-plugin": "^4.2.1"
"fastify-plugin": "^4.3.0"
}
}

0 comments on commit 2032072

Please sign in to comment.