Skip to content

Commit bd71d2c

Browse files
committed
🔧 Remove package scripts
1 parent b3bd2cd commit bd71d2c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"codemod-cli": "./bin/codeshift-cli.js"
1111
},
1212
"scripts": {
13-
"start": "ts-node src/index.ts"
13+
"start": "./bin/codeshift-cli.js",
14+
"start:dev": "ts-node src/index.ts"
1415
},
1516
"dependencies": {
1617
"@codeshift/initializer": "0.1.0",

packages/initializer/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"types": "dist/codeshift-initializer.cjs.d.ts",
66
"license": "MIT",
77
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/initializer",
8-
"scripts": {
9-
"start": "ts-node src/index.ts"
10-
},
118
"dependencies": {
129
"fs-extra": "^9.1.0",
1310
"recast": "^0.20.4",

packages/validator/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"types": "dist/codeshift-validator.cjs.d.ts",
66
"license": "MIT",
77
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/validator",
8-
"scripts": {
9-
"start": "ts-node src/index.ts"
10-
},
118
"dependencies": {
129
"fs-extra": "^9.1.0",
1310
"recast": "^0.20.4",

0 commit comments

Comments
 (0)