lxsmnsyc / solid-styled

Reactive stylesheets for SolidJS
MIT License
173 stars 10 forks source link

Adjust pnpm-lock.yaml to fix CI #22

Closed andersk closed 1 year ago

andersk commented 1 year ago

Whenever a package.json file is edited (even if only to bump the version number), pnpm-lock.yaml needs to be adjusted by running pnpm install, so that --frozen-lockfile keeps working in CI, and also so that other contributors running pnpm install don’t end up with extraneous changes.