File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1919 "release:bump" : " pnpm -r release:bump && pnpm build" ,
2020 "release:prepare" : " git add . && changelogen --release --push" ,
2121 "release:publish" : " pnpm -r release:publish" ,
22- "test" : " pnpm build && pnpm lint && pnpm type-check && pnpm test:unit && pnpm test:attw && pnpm test:publint " ,
22+ "test" : " pnpm build && pnpm lint && pnpm type-check && pnpm test:unit && pnpm test:publish " ,
2323 "test:unit" : " pnpm --filter @adhesivejs/test run test" ,
24- "test:attw" : " pnpm -r test:attw" ,
25- "test:publint" : " pnpm -r test:publint" ,
24+ "test:publish" : " pnpm -r test:publish" ,
2625 "type-check" : " pnpm -r type-check"
2726 },
2827 "devDependencies" : {
Original file line number Diff line number Diff line change 3636 "release:bump" : " changelogen --bump" ,
3737 "release:publish" : " pnpm publish && pnpx jsr publish" ,
3838 "test:attw" : " attw --pack --profile esm-only" ,
39+ "test:jsr" : " pnpx jsr publish --dry-run --allow-dirty" ,
3940 "test:publint" : " publint" ,
41+ "test:publish" : " pnpm test:attw && pnpm test:jsr && pnpm test:publint" ,
4042 "type-check" : " tsc --noEmit"
4143 },
4244 "engines" : {
Original file line number Diff line number Diff line change 3737 "release:bump" : " changelogen --bump" ,
3838 "release:publish" : " pnpm publish && pnpx jsr publish" ,
3939 "test:attw" : " attw --pack --profile esm-only" ,
40+ "test:jsr" : " pnpx jsr publish --dry-run --allow-dirty" ,
4041 "test:publint" : " publint" ,
42+ "test:publish" : " pnpm test:attw && pnpm test:jsr && pnpm test:publint" ,
4143 "type-check" : " tsc --noEmit"
4244 },
4345 "peerDependencies" : {
Original file line number Diff line number Diff line change 3737 "release:bump" : " changelogen --bump && pnpx pkg-to-jsr && pnpx prettier --write jsr.json" ,
3838 "release:publish" : " pnpm publish && pnpx jsr publish" ,
3939 "test:attw" : " attw --pack --profile esm-only" ,
40+ "test:jsr" : " pnpx jsr publish --dry-run --allow-dirty" ,
4041 "test:publint" : " publint" ,
42+ "test:publish" : " pnpm test:attw && pnpm test:jsr && pnpm test:publint" ,
4143 "type-check" : " vue-tsc --noEmit"
4244 },
4345 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments