File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " planck-testbed " : patch
3+ ---
4+
5+ Fix prepack script
Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "changeset" : " changeset" ,
1111 "version" : " changeset version" ,
12- "publish" : " changeset publish" ,
13- "prepack" : " pnpm -r build"
12+ "publish" : " changeset publish"
1413 },
1514 "devDependencies" : {
1615 "@changesets/cli" : " ^2.29.8"
Original file line number Diff line number Diff line change 6363 "lint" : " eslint './src/**/*.ts'" ,
6464 "pretty" : " prettier --write './src/**/*.ts'" ,
6565 "test" : " vitest run" ,
66- "preflight" : " npm run lint && npm run test:types && npm run test" ,
66+ "preflight" : " pnpm run lint && pnpm run test:types && pnpm run test" ,
6767 "dev" : " vite" ,
68+ "prepack" : " pnpm build" ,
6869 "build" : " vite build" ,
6970 "watch" : " vite build --watch" ,
7071 "preview" : " vite preview"
You can’t perform that action at this time.
0 commit comments