mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Comment out required executables check temporarily to see if windows ci succeeds without that check.
This commit is contained in:
parent
cb60896742
commit
f4c50f9310
@ -68,7 +68,7 @@ async function ensureRequiredExecutables() {
|
||||
async function run(options) {
|
||||
try {
|
||||
await ensureRequiredDirs();
|
||||
await ensureRequiredExecutables();
|
||||
// await ensureRequiredExecutables();
|
||||
// since init/update are never called in pre-renders, and DataSource.Http is called using pure NodeJS HTTP fetching
|
||||
// we can provide a fake HTTP instead of xhr2 (which is otherwise needed for Elm HTTP requests from Node)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user