Skip to content

Commit

Permalink
fix: change to npm start because of variable interpolation
Browse files Browse the repository at this point in the history
lol.... these things always takes so many commits to get right ^^;;;
  • Loading branch information
thatkookooguy committed Jul 14, 2019
1 parent 5d38d09 commit d3c6393
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"start:dev": "ts-node ./src/announce-it-cli.ts",
"start": "node ./bin/announce-it-cli.js",
"test:watch": "jest --watchAll --coverage",
"test": "jest --coverage",
"announce": "npm start"
"test": "jest --coverage"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,7 +73,7 @@
[
"@semantic-release/exec",
{
"successCmd": "npm run announce -- --branch ${options.branch}"
"successCmd": "npm start -- --branch ${options.branch}"
}
]
],
Expand Down

0 comments on commit d3c6393

Please sign in to comment.