From 0acbe0fa3e71b97752e1b292ef5dca9aace1a34a Mon Sep 17 00:00:00 2001 From: Guga Cavalieri Date: Thu, 29 Sep 2022 11:06:30 -0600 Subject: [PATCH] SRE1076: add release:publish script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f946580..3d67dea 100644 --- a/package.json +++ b/package.json @@ -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": {