Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 046b815

Browse files
committed
chore: update pkg.json
1 parent c94f1ae commit 046b815

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"clean": "yarn gr clean",
1010
"lint": "yarn gr lint",
1111
"test": "yarn gr test",
12-
"test-debug": "node --inspect-brk local_garment/node_modules/.bin/garment test --runInBand",
12+
"test-debug": "node --inspect-brk local_garment/node_modules/.bin/garment test --runInBand",
1313
"bump": "lerna version -m 'chore: Release' --conventional-commits",
14-
"bump:pre": "lerna version prerelease --no-git-tag-version --no-push",
1514
"publish": "yarn gr publish",
1615
"release": "yarn bump && yarn gr publish",
1716
"release:pre": "yarn bump:pre && yarn gr publish:next",
@@ -60,4 +59,4 @@
6059
"packages/*"
6160
]
6261
}
63-
}
62+
}

0 commit comments

Comments
 (0)