mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
config: enhance tsconfig.json (#44)
* config: enhance tsconfig.json (Set sourceMap and removeComments to true) * gha: Add pull_request trigger, close #43 * config: Add waring emoji
This commit is contained in:
@@ -7,8 +7,6 @@ function getURL(os, extended, version) {
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
// } else {
|
||||
// throw new Error(`Invalid input (extended): ${extended}`);
|
||||
}
|
||||
};
|
||||
const ext = (os) => {
|
||||
@@ -25,3 +23,4 @@ function getURL(os, extended, version) {
|
||||
return url;
|
||||
}
|
||||
exports.default = getURL;
|
||||
//# sourceMappingURL=get-url.js.map
|
||||
Reference in New Issue
Block a user