Skip to content

Commit b4d1926

Browse files
committed
Update package.json
1 parent d1a7eff commit b4d1926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "coveralls-action",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "Coveralls Github Action",
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc",
99
"test": "mocha -r ts-node/register src/**/*.spec.ts",
10-
"release": "git checkout -b releases && npm run build && npm prune --production && git commit -a 'prepared production release'"
10+
"release": "git checkout releases && git merge master && npm run build && npm prune --production && git commit -a -m 'prepared production release'"
1111
},
1212
"author": "Nick Merwin ([email protected])",
1313
"license": "MIT",

0 commit comments

Comments
 (0)