Skip to content

Commit 9a1c064

Browse files
committed
Fix utils
1 parent 691406d commit 9a1c064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/platform-rig/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"format": "./bin/format.js",
2121
"compile": "./bin/compile.js",
2222
"do-svelte-check": "./bin/do-svelte-check.js",
23-
"bump-package-version": "./bin/bump-package-version.js"
23+
"bump-package-version": "./bin/bump-package-version.js",
24+
"bump-changes-from-tag": "./bin/bump-changes-from-tag.js"
2425
},
2526
"peerDependencies": {
2627
"@typescript-eslint/eslint-plugin": "^6.11.0",

0 commit comments

Comments
 (0)