Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Jul 6, 2021
1 parent d1a7eff commit b4d1926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "coveralls-action",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "Coveralls Github Action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"release": "git checkout -b releases && npm run build && npm prune --production && git commit -a 'prepared production release'"
"release": "git checkout releases && git merge master && npm run build && npm prune --production && git commit -a -m 'prepared production release'"
},
"author": "Nick Merwin (nick@coveralls.io)",
"license": "MIT",
Expand Down

0 comments on commit b4d1926

Please sign in to comment.