Skip to content

Commit

Permalink
fix: using after-bump.ts in version command instead of js (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Feb 18, 2021
1 parent 9bbc8b6 commit 0fb2938
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 @@ -44,7 +44,7 @@
"generate": "yarn workspace @sap-cloud-sdk/generator run compile && yarn ts-node scripts/generate-test-services.ts",
"compile": "yarn lerna run compile",
"doc": "ts-node scripts/generate-docs.ts",
"version": "node scripts/after-bump.js && yarn generate:test-services && yarn doc && git add .",
"version": "ts-node scripts/after-bump.ts && yarn generate:test-services && yarn doc && git add .",
"readme": "ts-node scripts/replace-common-readme.ts && yarn lerna run readme",
"lint": "yarn eslint --ext .ts .",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit 0fb2938

Please sign in to comment.