Skip to content

Commit

Permalink
Temporary remove del-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vthibault committed Aug 13, 2024
1 parent 5d8984f commit b1f5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"repository": "github:koala-interactive/wowza-webrtc-player",
"scripts": {
"lint": "tsc --noEmit && eslint . --ext .ts",
"build": "yarn del-cli dist && npm run update-license && rollup -c && npm run update-filesize",
"build": "npm run update-license && rollup -c && npm run update-filesize",
"update-license": "node utils/update-license.js",
"update-filesize": "node utils/update-size.js"
},
Expand Down

0 comments on commit b1f5720

Please sign in to comment.