Skip to content

Commit

Permalink
SRE1076: add release:publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
gugacavalieri committed Sep 29, 2022
1 parent 52c8049 commit 0acbe0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
},
"main": "index.js",
"scripts": {
"build": "echo 'nothing here :)'",
"test": "NEW_RELIC_ENABLED=false NEW_RELIC_NO_CONFIG_FILE=true jest",
"test-ci": "npm run test",
"lint": "eslint .",
"test:mutation": "stryker run",
"build": "echo 'nothing here :)'",
"release:publish": "npm publish",
"version:bump": "bump $APPLICATION_VERSION"
},
"repository": {
Expand Down

0 comments on commit 0acbe0f

Please sign in to comment.