Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 10fcd2e

Browse files
committed
ci(publish): fix publish build script
Closes #15 Signed-off-by: Jonah Snider <[email protected]>
1 parent 7084a01 commit 10fcd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install dependencies with Yarn
9090
run: yarn install
9191
- name: Compile TypeScript for publishing
92-
run: yarn run build --build tsconfig.build.json
92+
run: yarn run build
9393
- name: Run semantic release
9494
run: yarn run semantic-release
9595
env:

0 commit comments

Comments
 (0)