lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

fix windows CI of update-dependencies branch #59

Closed kt3k closed 3 years ago

kt3k commented 3 years ago

This PR uses triple slash for dext-page scheme because Deno.emit doesn't seem working with double slash custom scheme and that causes CI error on windows. (The page id becomes something like dext-page://C:/Users/ADMINI~1/.... on windows).

With this change, the test seems passing on my windows vm.

ref: #58

kt3k commented 3 years ago

changed the base branch to main to run the CI.