-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Migrate plugin workspace to
pnpm
(#204)
* Migrate to pnpm * add only-allow * Update package.json * Add semver * Update .gitignore * fix ensureDir * Cache compat tests in cwd * Use pnpm package manager * Use configs for compat tests * try CI with pnpm * Optimize the steps a bit * Use `.nvmrc` file in CI actions * CI env var is true by default now https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables * Simplify ci * Declutter ci.yaml * Update publish.yml for pnpm
- Loading branch information
Showing
11 changed files
with
8,574 additions
and
22,534 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -42,3 +42,5 @@ Thumbs.db | |
e2e.log | ||
|
||
.nx/cache | ||
|
||
.nx-firebase |
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,8 @@ | ||
import { defaultCwd } from './utils/cwd' | ||
|
||
// this is the package manager that will be used for the test Nx workspace | ||
export const PACKAGE_MANAGER = 'pnpm' | ||
|
||
// const CACHE_DIR = `${defaultCwd}/node_modules/.cache/nx-firebase` | ||
export const CACHE_DIR = `${defaultCwd}/.nx-firebase` | ||
// const CACHE_DIR = `${defaultCwd}/../.nx-firebase` |
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
Oops, something went wrong.