Skip to content

Commit 8a42400

Browse files
chore: cleanup
1 parent 3739e35 commit 8a42400

File tree

3 files changed

+25
-840
lines changed

3 files changed

+25
-840
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 18.x
2121

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"commitmsg": "validate-commit-msg",
2424
"build": "tsc",
2525
"test": "jest",
26-
"predocs": "rm -rf docs/",
27-
"docs": "esdoc -c .esdoc.json",
28-
"prepare": "npm run build",
26+
"prepublish": "yarn build",
2927
"prettier": "prettier",
3028
"prettier-write": "yarn prettier -- --parser typescript --no-semi --trailing-comma all --write --print-width 120",
3129
"prettier-project": "yarn prettier-write -- 'src/**/*.{ts,tsx}'",
@@ -59,9 +57,6 @@
5957
"typescript": "^4.7.2",
6058
"validate-commit-msg": "^2.12.1"
6159
},
62-
"optionalDependencies": {
63-
"esdoc": "^0.5.2"
64-
},
6560
"config": {
6661
"commitizen": {
6762
"path": "cz-conventional-changelog"

0 commit comments

Comments
 (0)