File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 run : npm ci
2929 - name : Check code formatting
3030 run : npm run check-format
31- - name : Build
32- run : npm run build
3331 - name : Check documentation is up-to-date
3432 run : npm run check-doc
33+ - name : Build
34+ run : npm run build
3535 - name : Check storage layout
3636 run : npm run check-storage-layout
3737 - name : Test deployment
Original file line number Diff line number Diff line change 2424 "sol-to-uml" : " npx zx scripts/tools/sol-to-uml.mjs" ,
2525 "puml-to-links" : " npx zx scripts/tools/puml-to-links.mjs" ,
2626 "storage-to-diagrams" : " bash scripts/tools/storage-to-diagrams.sh" ,
27- "doc" : " npx hardhat docgen" ,
27+ "doc" : " npx hardhat clean && npx hardhat docgen" ,
2828 "check-doc" : " npm run doc && git diff --exit-code docs/" ,
2929 "prerelease" : " npm version prerelease --preid=rc -m 'chore: v%s'"
3030 },
You can’t perform that action at this time.
0 commit comments