Skip to content

Commit e64b220

Browse files
committed
chore: add lerna version command
1 parent 286cce1 commit e64b220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"watch:table": "lerna run --stream --scope vscode-js-profile-table watch",
1414
"watch:flame": "lerna run --stream --scope vscode-js-profile-flame watch",
1515
"pack": "npm run compile && lerna run pack",
16+
"version": "lerna version",
1617
"fmt": "prettier --write \"packages/**/*.{ts,tsx,css}\" \"!**/out/**\" && npm run test:lint -- --fix",
1718
"test": "concurrently \"npm:test:*\"",
1819
"test:lint": "eslint \"packages/**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)