Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/cli/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/
dist/
README.md
7 changes: 5 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-standalone-codemods",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@angular-eslint/template-parser": "^16.1.2",
"@clack/core": "^0.3.3",
Expand All @@ -10,9 +10,12 @@
"ts-morph": "^19.0.0"
},
"bin": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "jiti ./src/index.ts",
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md dist/",
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md ./",
"watch": "pnpm run build --watch",
"dev": "pnpm run build --watch",
"test": "vitest run",
Expand Down