diff --git a/package.json b/package.json index 41bb288..0126188 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "packageManager": "pnpm@9.6.0", "scripts": { "dev": "pnpm --stream -r --parallel dev", + "build": "pnpm --stream -r --parallel build", "package:dev": "pnpm --filter react-shiki dev", "package:build": "pnpm --filter react-shiki build", "playground:dev": "pnpm --filter playground dev", diff --git a/package/package.json b/package/package.json index b0a4f3e..7447fac 100644 --- a/package/package.json +++ b/package/package.json @@ -11,7 +11,7 @@ "repository": { "type": "git", "directory": "package", - "url": "https://github.com/avgvstvs96/react-shiki" + "url": "github:avgvstvs96/react-shiki" }, "homepage": "https://react-shiki.vercel.app/", "keywords": [ @@ -26,9 +26,7 @@ "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "types": "./dist/index.d.ts",