Create Syncpack Issue Reproduction
Delete all files in the current directory except for this script, lerna.json
, package.json
, pnpm-workspace.yaml
, and syncpack.config.cjs
. Also delete all empty directories except for the .git
directory.
Put this script at create-syncpack-issue-reproduction.js
in the root of the repo.
const child_process = require("child_process");
const fs = require("fs");