This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Description
pnpm install is normal, but it prompts in the case o·f cnpm install and yarn
scripty ERR! It seems you may be running scripty from the command-line directly.
At this time, scripty can only be run within an npm script specified in your package.json.
Example package.json entry:
"scripts": {
"foo:bar": "scripty"
}
And then run via `npm run foo:bar`.
For more documentation, see:
https://github.com/testdouble/scripty
@jasonkarns