Skip to content

Commit

Permalink
Merge branch 'add-typings' of github.com:video-dev/hls.js into add-ty…
Browse files Browse the repository at this point in the history
…pings
  • Loading branch information
itsjamie committed Feb 10, 2021
2 parents 4fe92d5 + aff3cd7 commit 3e74872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
}
},
"scripts": {
"build": "webpack --progress && tsc --build tsconfig-lib.json && api-extractor run --local",
"build": "webpack --progress && npm run build:types",
"build:ci": "webpack && tsc --build tsconfig-lib.json && api-extractor run",
"build:debug": "webpack --progress --env debug --env demo",
"build:watch": "webpack --progress --env debug --env demo --watch",
"build:types": "tsc --build tsconfig-lib.json && api-extractor run --local",
"dev": "webpack serve --progress --env debug --env demo --port 8000",
"docs": "esdoc",
"lint": "eslint src/ tests/ --ext .js --ext .ts",
Expand Down

0 comments on commit 3e74872

Please sign in to comment.