From 869d64d555436a7b53a70ec993d4ce42937b6b55 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Fri, 13 Jun 2025 15:48:35 +0530 Subject: [PATCH] Update contribute.md --- open-source/contribute.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/open-source/contribute.md b/open-source/contribute.md index 124cf63..d47ea19 100644 --- a/open-source/contribute.md +++ b/open-source/contribute.md @@ -19,11 +19,10 @@ layout: If you want to get started contributing to Tokens Studio for Figma, here's how you can get started: -1. Run `npm ci` to install dependencies. -2. Run `npm run start` to start webpack in watch mode or npm run build to build once. -3. Open Figma -> Plugins -> Development -> New Plugin... and choose manifest.json file from this repo. -4. Create a Pull request for your branch - +1. Run `yarn --frozen-lockfile --immutable` to install dependencies. +2. Run `yarn start` to start webpack in watch mode or `yarn build` to build once. +3. Open `Figma` -> `Plugins` -> `Development` -> `Import plugin from manifest...` and select the `manifest.json` file from the relevant package. +4. Create a pull request for your branch, including as much information as possible within the provided template. ### Known Issues