Skip to content

Commit badd85d

Browse files
committed
Add build:types to GitHub build workflow.
The package.json already had a "types" key. So by adding the build:types to the workflow, the next released version of hls.js will have a hls.d.ts.
1 parent 8418d8e commit badd85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: build
8282
run: |
83-
npm run type-check
83+
npm run build:types
8484
npm run build
8585
npm run docs
8686
# check that hls.js doesn't error if requiring in node

0 commit comments

Comments
 (0)