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 0004922 commit 9c6740dCopy full SHA for 9c6740d
.esdoc.json
@@ -23,7 +23,7 @@
23
"to": ""
24
},
25
{
26
- "from": "^ts_temp",
+ "from": "^ts_temp/",
27
28
}
29
]
releaseUtils/index.js
@@ -22,7 +22,7 @@ const withSpinner = (promise, text) => {
22
});
return promise;
};
-const cleanBuildPath = () => Promise.all([fsExtra.remove(pkgBuildPath), fsExtra.remove(tsTemp)]);
+const cleanBuildPath = () => Promise.all([fsExtra.remove(pkgBuildPath), fsExtra.remove(path.join(pkgRoot, tsTemp))]);
const updateVersionInPkg = version => {
const prevPkgData = require(pkgJSONPath);
0 commit comments