File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3333 restore-keys : |
3434 ${{ runner.os }}-pnpm-store-
3535
36- - name : Install dependencies
37- run : pnpm install
38- # This is needed when playwright is used in tests #70
36+ - run : pnpm install
3937 - run : pnpm lint-fix
38+ - run : pnpm build
4039 - run : pnpm typedoc
4140 - name : Deploy production 🚀
4241 if : ${{github.ref == 'refs/heads/main'}}
Original file line number Diff line number Diff line change 3737 },
3838 "typedoc" : {
3939 "entryPoint" : " ./src/index.ts" ,
40- "readmeFile" : " ./README.md" ,
41- "displayName" : " @tomic/lib"
40+ "readmeFile" : " ./README.md"
4241 },
4342 "source" : " src/index.ts" ,
4443 "type" : " module" ,
Original file line number Diff line number Diff line change 3232 },
3333 "typedoc" : {
3434 "entryPoint" : " ./src/index.ts" ,
35- "readmeFile" : " ./README.md" ,
36- "displayName" : " @tomic/react"
35+ "readmeFile" : " ./README.md"
3736 },
3837 "source" : " src/index.ts" ,
3938 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments