Skip to content

Commit da811cd

Browse files
committed
chore: copy readme into build output
1 parent 47569a8 commit da811cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-standalone-codemods",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"dependencies": {
55
"@angular-eslint/template-parser": "^16.1.2",
66
"@clack/core": "^0.3.3",
@@ -12,7 +12,7 @@
1212
"bin": "./dist/index.js",
1313
"scripts": {
1414
"start": "jiti ./src/index.ts",
15-
"build": "tsup src/index.ts --format cjs,esm --dts",
15+
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md dist/",
1616
"watch": "pnpm run build --watch",
1717
"dev": "pnpm run build --watch",
1818
"test": "vitest run",

0 commit comments

Comments
 (0)