File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ - [ 2024-10-04] [ bleed for mono] ( https://github.com/RubricLab/package/commit/3c471116e7e50f703c8fbbf4bf36e2c371254b63 )
1
2
- [ 2024-10-03] [ gitignore turbo, format] ( https://github.com/RubricLab/package/commit/b4d8d9fee07d65a4eede7ce48a33dd963dcebaf3 )
2
3
- [ 2024-10-03] [ gitignore turbo, format] ( https://github.com/RubricLab/package/commit/d969b805fcee388f285afba62ec7e14515d97fbc )
3
4
- [ 2024-10-03] [ gitignore turbo, format] ( https://github.com/RubricLab/package/commit/e88bda35eb20ddeee8077a788241f8c3fee75988 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rubriclab/package" ,
3
- "version" : " 0.0.88 " ,
3
+ "version" : " 0.0.89 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/RubricLab/package.git"
16
16
"scripts" : {
17
17
"postinstall" : " bun x @rubriclab/package rubriclab-setuppackage" ,
18
18
"prepare" : " bun x simple-git-hooks" ,
19
- "bleed" : " bun x npm-check-updates -u && bun i " ,
19
+ "bleed" : " bun x npm-check-updates -u" ,
20
20
"format" : " bun x biome format --write ." ,
21
21
"lint" : " bun x biome check ." ,
22
22
"lint:fix" : " bun x biome lint ." ,
Original file line number Diff line number Diff line change 15
15
16
16
pkgJson . scripts = pkgJson . scripts || { }
17
17
pkgJson . scripts . prepare = 'bun x simple-git-hooks'
18
- pkgJson . scripts . bleed = 'bun x npm-check-updates -u && bun i '
18
+ pkgJson . scripts . bleed = 'bun x npm-check-updates -u'
19
19
pkgJson . scripts . clean = 'rm -rf .next && rm -rf node_modules'
20
20
pkgJson . scripts . format = 'bun x biome format --write .'
21
21
pkgJson . scripts . lint = 'bun x biome check .'
You can’t perform that action at this time.
0 commit comments