Skip to content

Commit

Permalink
Merge pull request #142 from IgniteUI/rkaraivanov/keep-a-changelog
Browse files Browse the repository at this point in the history
docs: Expose changelog command through npm scripts
  • Loading branch information
DiyanDimitrov committed Nov 22, 2021
2 parents 1d6c0fe + e2b125a commit ad75d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit ad75d45

Please sign in to comment.