test-binary-collections
v1.0.0
Published
Test project for binary-collections
Downloads
2
Readme
Test Project
This project is intended to be run separately from the parent project. To set up an isolated environment with Yarn, follow these steps:
Steps
- Create an empty
yarn.lockfile:
cd /d:/Repositories/binary-collections/test-project
type nul > yarn.lock- Initialize a new Yarn project:
yarn init -y- Install dependencies as needed:
yarn add <package-name>This ensures the test-project has its own dependency tree, separate from the parent project.
