Skip to content

Commit 4aca999

Browse files
committed
bleed for mono
1 parent d3d566f commit 4aca999

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/package/commit/3c471116e7e50f703c8fbbf4bf36e2c371254b63)
12
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/package/commit/b4d8d9fee07d65a4eede7ce48a33dd963dcebaf3)
23
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/package/commit/d969b805fcee388f285afba62ec7e14515d97fbc)
34
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/package/commit/e88bda35eb20ddeee8077a788241f8c3fee75988)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/package",
3-
"version": "0.0.88",
3+
"version": "0.0.89",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/RubricLab/package.git"
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"postinstall": "bun x @rubriclab/package rubriclab-setuppackage",
1818
"prepare": "bun x simple-git-hooks",
19-
"bleed": "bun x npm-check-updates -u && bun i",
19+
"bleed": "bun x npm-check-updates -u",
2020
"format": "bun x biome format --write .",
2121
"lint": "bun x biome check .",
2222
"lint:fix": "bun x biome lint .",

scripts/post-install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ try {
1515

1616
pkgJson.scripts = pkgJson.scripts || {}
1717
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'
1919
pkgJson.scripts.clean = 'rm -rf .next && rm -rf node_modules'
2020
pkgJson.scripts.format = 'bun x biome format --write .'
2121
pkgJson.scripts.lint = 'bun x biome check .'

0 commit comments

Comments
 (0)