From 929b26b99b685cb177b990836065fff12c9c8860 Mon Sep 17 00:00:00 2001 From: Radoslav Karaivanov Date: Mon, 22 Nov 2021 10:07:35 +0200 Subject: [PATCH] docs: Expose changelog command through npm scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c6abb8baa..ee110c72e 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "lint:styles": "stylelint \"src/**/*.scss\"", "format": "eslint --ext .ts . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore", "format:stories": "prettier \"**/*.stories.ts\" --write --ignore-path .gitignore", + "release": "changelog", "test": "npm run build && wtr --coverage", "test:watch": "npm run build && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\" \"wtr --watch\"", "storybook": "npm run build && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\" \"npm:watch-meta\" \"wds -c .storybook/server.mjs\"",