| | |
| | | "scripts": { |
| | | "dev": "modern dev", |
| | | "build": "modern build", |
| | | "build:watch": "modern build -w" |
| | | "build:watch": "modern build -w", |
| | | "release": "pnpm build && release-it --config ../../.release-it.json --git.tagName='components/v${version}'", |
| | | "release-patch": "pnpm release -- patch" |
| | | }, |
| | | "files": [ |
| | | "dist" |
| | |
| | | "scripts": { |
| | | "dev": "modern dev", |
| | | "build": "modern build", |
| | | "build:watch": "modern build -w" |
| | | "build:watch": "modern build -w", |
| | | "release": "pnpm build && release-it --config ../../.release-it.json --git.tagName='components/v${version}'", |
| | | "release-patch": "pnpm release -- patch" |
| | | }, |
| | | "files": [ |
| | | "dist" |