Skip to content

Commit 9c6740d

Browse files
committed
fix build
1 parent 0004922 commit 9c6740d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.esdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"to": ""
2424
},
2525
{
26-
"from": "^ts_temp",
26+
"from": "^ts_temp/",
2727
"to": ""
2828
}
2929
]

releaseUtils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const withSpinner = (promise, text) => {
2222
});
2323
return promise;
2424
};
25-
const cleanBuildPath = () => Promise.all([fsExtra.remove(pkgBuildPath), fsExtra.remove(tsTemp)]);
25+
const cleanBuildPath = () => Promise.all([fsExtra.remove(pkgBuildPath), fsExtra.remove(path.join(pkgRoot, tsTemp))]);
2626
const updateVersionInPkg = version => {
2727
const prevPkgData = require(pkgJSONPath);
2828

0 commit comments

Comments
 (0)