-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
pnpm version:
6.8.0
Code to reproduce the issue:
"scripts": {
"prepare": "some_unknown_command"
}pnpm pack
Expected behavior:
The prepare script should run and raise an error because the command is unknown.
Actual behavior:
The prepare script does not run, there is no error raised, and the project is successfully packed.
Additional information:
node -vprints: v14.17.0- Windows, macOS, or Linux?: Windows
- https://docs.npmjs.com/cli/v7/using-npm/scripts#npm-pack
Reactions are currently unavailable