Skip to content

Commit 4f7e464

Browse files
committed
chore(package.json): add "semantic-release:no-ci" script
1 parent 96e6cd2 commit 4f7e464

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
@@ -18,6 +18,7 @@
1818
"build": "rimraf lib && mkdirp lib && babel src/index.js -d lib",
1919
"prepublishOnly": "npm run build",
2020
"semantic-release": "semantic-release",
21+
"semantic-release:no-ci": "semantic-release --no-ci",
2122
"semantic-release:dry-run": "semantic-release --dry-run --no-ci"
2223
},
2324
"files": [

0 commit comments

Comments
 (0)