diff --git a/lib/package.json b/lib/package.json index d27b2b7..eaa3c64 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,11 +1,11 @@ { "name": "@kixelated/moq", - "version": "0.1.1", + "version": "0.1.2", "description": "Media over QUIC library", "license": "(MIT OR Apache-2.0)", "repository": "github:kixelated/moq-js", "scripts": { - "build": "tsc -b", + "build": "tsc -b && cp ../LICENSE* ./dist && cp ./README.md ./dist && cp ./package.json ./dist", "lint": "eslint .", "fmt": "prettier --write ." }, diff --git a/package.json b/package.json index a8e746a..09f22e1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "scripts": { "dev": "npm run dev --workspace web", - "build": "npm run build --workspace web", + "build": "npm run build --workspaces", "lint": "npm run lint --workspaces", "fmt": "npm run fmt --workspaces" }