-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to pnpm, ESLint 9, and helpful output (#852)
* Switch to pnpm, ESLint 9, and helpful output * Replace references of yarn with pnpm * Use published packages * Bump version of docker/build-push-action * Attempt to enable pnpm to read prettier version * Fix test * Try lts/* for .nvmrc * Fix tests * Fix unbound variable issue * Use pnpm list instead of why * Correctly clear cache using store prune * Attempt to fix formatting actions * Disable store prune for now * Prune dev dependencies * Make binaries executable hopefully * Log the .bin folder * idk? * Chown it then I guess? * Don't symlink executables * Attempt to own and execute as appuser * Okay later then * Remove all changes to ownership for now * Print executability * Log more things * Debug promise * Hopefully fix the slug issue * Try alternatives * Other alternatives * Don't cd into output * Correctly cd into directory when needed * Hopefully detect the docker run issue * Maybe chown will fix it? * With full path * Different ls options * Print ls in case of not executable * Fix typo * idk * Show whoami * Show whomai for real * Separate tests for jest bin file * Woops, fix that remnant * Ignore appuser for now * Show me that env * Re-enable appuser * Debug etc/passwd * Debug mounts * Make tmp executable for now * Also make this one executable temporarily * Collate layers * Try jest without corepack root * Ensure no tmpfs for tests if running in docker without exec * Woops, typo * Fix empty continuation * Probably fix issue with path? * Remove :exec flag * Make executable again * Print mount before tests * Always use bash please * Remove option :exec not supported by --mount * Hopefully make the tests work * Remove color from expected results (docker only) * Fix expected results for clock * Add npm test
- Loading branch information
1 parent
93f6cba
commit 9a4050b
Showing
61 changed files
with
7,357 additions
and
9,626 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node-linker=hoisted | ||
symlink=false | ||
prefer-symlinked-executables=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lts/* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.