try not locking shrinko8 version

This commit is contained in:
dylan 2024-03-31 13:55:04 -07:00
parent c1b14e20ef
commit 0320986fb8

View File

@ -9,7 +9,7 @@ import {fileURLToPath} from 'url';
const __dirname = fileURLToPath(new URL('.', import.meta.url));
await git.clone({
from: "https://github.com/thisismypassport/shrinko8/tree/v1.1.2",
from: "https://github.com/thisismypassport/shrinko8",
to: path.resolve(__dirname, "shrinko8"),
});