Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 632 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 632 Bytes

Running the 3rd party packages generation script locally

To run generate_packages.js locally, you will need to clone the bucklescript folder, preferably adjacent to bs-platform-js folder:

git clone https://github.com/BuckleScript/bucklescript/

Then, from bs-platform-js root folder, use the BS_FOLDER environment variable to indicate the relative path from the folder where the generate_packages script is placed, to the locally installation of the bucklescript repo, e.g.:

# `bucklescript` is a sibling folder of `bs-platform-js`
BS_FOLDER=../../bucklescript ./scripts/generate_packages.js