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
If you forgot to run esy pesy after changing the package.json in a way that affects the output generated files, then running esy or esy build should fail. This is lower priority, but would be nice. The way it's done is that there would be two commands.
Where pesy knows it's running in the esy build environment instead of as an esy pesy command. We discussed this and it wasn't so easy to detect which of the modes we're in, but thought I'd make a task to track this feature.
The text was updated successfully, but these errors were encountered:
Another issue was that we wanted pesy to be build dependency. build: "pesy refmterr dune build -p package-name unfortunately requires it to be a regular one.
This reason we wanted pesy to be dev only dependency was because of dependency conflicts. If pesy can run in build env (during a regular non dev build), then even scoped package names handled well
If you forgot to run esy pesy after changing the package.json in a way that affects the output generated files, then running
esy
oresy build
should fail. This is lower priority, but would be nice. The way it's done is that there would be two commands.Where pesy knows it's running in the esy build environment instead of as an
esy pesy
command. We discussed this and it wasn't so easy to detect which of the modes we're in, but thought I'd make a task to track this feature.The text was updated successfully, but these errors were encountered: