File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141 uses : changesets/action@v1
4242 with :
4343 # Update the monorepo lockfile after versioning
44- version : pnpm changeset version && pnpm install --lockfile-only --frozen-lockfile=false
44+ version : pnpm changeset: version
4545 # This expects you to have a script called release which does a build for your packages and calls changeset publish
4646 publish : pnpm release
4747 env :
Original file line number Diff line number Diff line change 99 "clean:packages" : " pnpm run --filter './packages/**' -r clean" ,
1010 "build:packages:prod" : " pnpm build:packages --sourceMap false" ,
1111 "watch:packages" : " pnpm run --parallel --filter './packages/**' -r build -w" ,
12+ "changeset:version" : " pnpm changeset version && pnpm install --lockfile-only --frozen-lockfile=false" ,
1213 "build" : " pnpm run -r build" ,
1314 "ci:publish" : " changeset publish && git push --follow-tags" ,
1415 "ci:version" : " changeset version && pnpm install --no-frozen-lockfile" ,
You can’t perform that action at this time.
0 commit comments