We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d3f34 commit ce1325fCopy full SHA for ce1325f
package.json
@@ -37,6 +37,6 @@
37
"lint_yml": "yamllint $(git ls-files '*.yml')",
38
"lint_md": "mdlint $(git ls-files '*.md')",
39
"test": "mocha --exit tests/unit",
40
- "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"
41
}
42
0 commit comments