Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

fix/yarn-release auto-commit #51

Open
wants to merge 1 commit into
base: v0.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Fixed

- Script of make release fixed

## 0.1.1

### Added
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"ci": "yarn run build && yarn run test && yarn test --coverage --silent --runInBand --bail",
"watch:tests": "chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn run test:unit'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "yarn run build && yarn publish dist/auth/",
"publish:lib": "yarn build && yarn --scope=reyesoft && yarn publish dist/auth --access public",
"release": "yarn build --prod && yarn --scope=reyesoft && yarn publish dist/auth --access public",
"prettier": "yarn prettier-ts && yarn prettier-md && yarn prettier-scss",
"prettier-ts": "yarn prettier-ts:show --write",
"prettier-ts:show": "prettier --parser typescript --print-width 140 --tab-width 4 --use-tabs false --single-quote true --trailing-comma none \"src/**/*.ts\"",
Expand Down