Skip to content

Commit

Permalink
feat(chore): easy publish as minor shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
danibram committed May 13, 2020
1 parent 68970fc commit fd1a87b
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 @@ -56,6 +56,7 @@
"docs": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html",
"docs:json": "typedoc --mode file --json build/docs/typedoc.json src/index.ts",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release-github": "source .env.sh && conventional-github-releaser -p angular -r 1",
"prett": "prettier 'src/**/*.ts' --write",
"docs:dev": "cd _docs_website && next",
Expand Down Expand Up @@ -128,4 +129,4 @@
"build/main/**/*"
]
}
}
}

0 comments on commit fd1a87b

Please sign in to comment.