You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of postinstall script? Why do I need playground folder in my code?
When I install older version of the package or use npm i @diplodoc/transform --ignore-scripts everything is OK. But I'm not sure that --ignore-scripts is good for CI/CD pipeline.
The text was updated successfully, but these errors were encountered:
Package version
4.45.5
NPM version
10.8.2
Platform
Windows 10
What steps will reproduce the bug?
npm i @diplodoc/transform
Expected result 🟩:
Actual result 🟥:
Comment
What is the point of postinstall script? Why do I need
playground
folder in my code?When I install older version of the package or use
npm i @diplodoc/transform --ignore-scripts
everything is OK. But I'm not sure that--ignore-scripts
is good for CI/CD pipeline.The text was updated successfully, but these errors were encountered: