Skip to content

Commit fb6db7b

Browse files
VoloVolo
authored andcommitted
Fix dist throwing error
1 parent 8e4f74a commit fb6db7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intercom-client",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Official Node bindings to the Intercom API",
55
"homepage": "https://github.com/intercom/intercom-node",
66
"bugs:": "https://github.com/intercom/intercom-node/issues",
@@ -43,7 +43,7 @@
4343
"typescript": "^4.5.3"
4444
},
4545
"scripts": {
46-
"clean": "rm -r dist",
46+
"clean": "rm -r -f dist",
4747
"static": "eslint .",
4848
"compile_ts": "tsc",
4949
"move_compiled_to_dist": "mv dist/lib/* dist && rmdir dist/lib",

0 commit comments

Comments
 (0)