Skip to content

Commit

Permalink
Update gen type command
Browse files Browse the repository at this point in the history
Issue: VLTCLT-54
  • Loading branch information
williamlardier committed Jan 20, 2025
1 parent 25d3f34 commit ce1325f
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 @@ -37,6 +37,6 @@
"lint_yml": "yamllint $(git ls-files '*.yml')",
"lint_md": "mdlint $(git ls-files '*.md')",
"test": "mocha --exit tests/unit",
"gen-types": "rm -f lib/IAMClient.d.ts && rm -f lib/constants.d.ts && tsc --declaration --emitDeclarationOnly"
"gen-types": "rm -f lib/IAMClient.d.ts.map && rm -f lib/IAMClient.d.ts.map && rm -f lib/IAMClient.d.ts && rm -f lib/constants.d.ts && tsc --declaration --emitDeclarationOnly"
}
}

0 comments on commit ce1325f

Please sign in to comment.