We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47569a8 commit da811cdCopy full SHA for da811cd
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ionic/angular-standalone-codemods",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"dependencies": {
5
"@angular-eslint/template-parser": "^16.1.2",
6
"@clack/core": "^0.3.3",
@@ -12,7 +12,7 @@
12
"bin": "./dist/index.js",
13
"scripts": {
14
"start": "jiti ./src/index.ts",
15
- "build": "tsup src/index.ts --format cjs,esm --dts",
+ "build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md dist/",
16
"watch": "pnpm run build --watch",
17
"dev": "pnpm run build --watch",
18
"test": "vitest run",
0 commit comments