https://github.com/johnpc/amplify-package-managers
https://github.com/johnpc/amplify-package-managers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpc/amplify-package-managers
- Owner: johnpc
- Created: 2024-02-21T23:03:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T18:53:04.000Z (over 2 years ago)
- Last Synced: 2025-10-10T15:19:23.858Z (8 months ago)
- Language: TypeScript
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amplify Package Manager Demo
This is a demo of Amplify support for various package managers. See the PRs tab to see PRs for each package manager
## Npm
The `main` branch and `npm` branch of this repo use npm package manager. The `npm` branch is set up with an `amplify.yml` that works for PR previews.
```bash
git clone --single-branch --branch npm amplify-package-managers amplify-package-managers-npm
cd amplify-package-managers-npm
npm ci
npm run sandbox # kill this after deployment completes
npm run build
```
Currently, npm support is working well both locally as well as in Amplify Hosting CI/CD environment.
## Yarn 1.x