File tree Expand file tree Collapse file tree 3 files changed +25
-840
lines changed
Expand file tree Collapse file tree 3 files changed +25
-840
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}'" ,
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"
You can’t perform that action at this time.
0 commit comments