The "never-create-snapshots" feature introduced in #35 unintentionally broke the ability to package the wgsl-parser crate, due to the feature referencing a dev-dependency. This PR fixes that by switching the condition to an Nx executor flag which creates an environment variable.
The "never-create-snapshots" feature introduced in #35 unintentionally broke the ability to package the
wgsl-parser
crate, due to the feature referencing a dev-dependency. This PR fixes that by switching the condition to an Nx executor flag which creates an environment variable.