Skip to content

Commit

Permalink
Fix command for auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Dec 20, 2023
1 parent f9df6a1 commit dc822de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc",
"clean": "rm -rf build/",
"compile": "npm run clean && npm run -- tsc --outDir build/ && npm run compile-handler && cp -R ./handler/build/ ./build/handler/ && npm run compile-latest-secret-version-handler && cp -R ./latest_secret_version_handler/build/ ./build/latest_secret_version_handler/ && cp package.json README.md ./build/",
"version": "auto-changelog --template ./changelog_template.hbs -p && git add CHANGELOG.md",
"version": "auto-changelog --hide-credit -p && git add CHANGELOG.md",
"_lint": "eslint 'index.ts' 'test/**/*.ts' 'handler/**/*.ts' jest.config.js",
"lint": "npm run -- _lint --fix",
"lint-check": "npm run -- _lint --max-warnings 0",
Expand Down

0 comments on commit dc822de

Please sign in to comment.