Run npm build...

This commit is contained in:
Ana Hobden 2023-07-13 11:33:33 -07:00
parent 47de24d14a
commit d7dba96ff9
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -254,7 +254,7 @@ class NixInstallerAction {
// Normal just doing of the install // Normal just doing of the install
const binary_path = yield this.fetch_binary(); const binary_path = yield this.fetch_binary();
yield this.execute_install(binary_path); yield this.execute_install(binary_path);
// TODO: Add `this.set_github_path()` and remove that from the installer crate this.set_github_path();
}); });
} }
set_github_path() { set_github_path() {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long