Skip to content

Commit 99e2c26

Browse files
committed
#231 try build before typedoc
1 parent 4a2f097 commit 99e2c26

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
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'}}

lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
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",

react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
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",

0 commit comments

Comments
 (0)