Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pnpm experiment #420

Merged
merged 12 commits into from
May 16, 2024
Merged

Pnpm experiment #420

merged 12 commits into from
May 16, 2024

Commits on May 13, 2024

  1. use pnpm instead of npm

    mmv08 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    30298a2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. experementing wip

    mmv08 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d0724ae View commit details
    Browse the repository at this point in the history
  2. WIN

    mmv08 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    96dc288 View commit details
    Browse the repository at this point in the history
  3. fix github actions

    mmv08 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fa9cd69 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. remove shameful hosting

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3032a7b View commit details
    Browse the repository at this point in the history
  2. fix app deps

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2451464 View commit details
    Browse the repository at this point in the history
  3. fix type import

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6ee0d45 View commit details
    Browse the repository at this point in the history
  4. remove .npmrc

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    adb13d0 View commit details
    Browse the repository at this point in the history
  5. Fix readme

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6bf3eea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1b45b6 View commit details
    Browse the repository at this point in the history
  7. npm -> pnpm fix

    mmv08 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f52ba62 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Add Typescript dependency to passkey package (#421)

    This PR adds missing `typescript` dependency to the `safe-passkey`
    package which was causing build errors locally (maybe there is a global
    Typescript installation on CI and on @mmv08's machine). Also, there was
    some linting errors that weren't caught.
    
    Also, PNPM reordered `package.json` for the passkey package, and I
    manually did it for the other packages.
    nlordell authored May 16, 2024
    Configuration menu
    Copy the full SHA
    13d7d66 View commit details
    Browse the repository at this point in the history