Skip to content

Commit 789cbb7

Browse files
author
Ryan Button
committed
[RELEASE] 3.4.0-beta.1
1 parent 9184bf4 commit 789cbb7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneblink/release-cli",
33
"description": "Used internally by OneBlink to release repositories quickly and consistently",
4-
"version": "3.3.1",
4+
"version": "3.4.0-beta.1",
55
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
66
"bin": {
77
"oneblink-release": "dist/bin.js"
@@ -79,7 +79,7 @@
7979
"prepare": "npm run build",
8080
"prerelease": "npm run build",
8181
"pretest": "npm run eslint",
82-
"release": "./dist/bin.js repository --no-name --cwd .",
82+
"release": "node dist/bin.js repository --no-name --cwd .",
8383
"test": "npm run jest",
8484
"typescript": "tsc --noEmit"
8585
},

0 commit comments

Comments
 (0)