Skip to content

Commit ce1325f

Browse files
Update gen type command
Issue: VLTCLT-54
1 parent 25d3f34 commit ce1325f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"lint_yml": "yamllint $(git ls-files '*.yml')",
3838
"lint_md": "mdlint $(git ls-files '*.md')",
3939
"test": "mocha --exit tests/unit",
40-
"gen-types": "rm -f lib/IAMClient.d.ts && rm -f lib/constants.d.ts && tsc --declaration --emitDeclarationOnly"
40+
"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"
4141
}
4242
}

0 commit comments

Comments
 (0)