Skip to content

Commit

Permalink
fix: Update dist and doc generation (#13)
Browse files Browse the repository at this point in the history
* fix: Update dist and doc generation

* remove forced branch
  • Loading branch information
averikitsch committed Sep 30, 2021
1 parent 0e2e693 commit eebe6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# build and commit dist if diff
git config --global user.name "actions-bot"
git config user.email 'github-actions-bot@google.com'
git add dist/
git add dist/ docs/
git diff-index --quiet HEAD || git commit -m "chore: build dist ${PACKAGE_NAME}"
# if last commit hash of last build dist was found, get logs of commits in btw for PR body
if [ -z "$LAST_BUILD_HASH" ]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "ncc build src/index.ts",
"lint": "eslint src/ tests/ --ext .ts,.tsx",
"format": "prettier --write src/*.ts tests/*.ts",
"docs": "typedoc --out docs src/index.ts --gitRevision main",
"docs": "typedoc --out docs src/index.ts",
"test": "mocha -r ts-node/register -t 600s 'tests/*.ts' --exit"
},
"files": [
Expand Down

0 comments on commit eebe6e8

Please sign in to comment.