Skip to content

Commit 61768ae

Browse files
committed
chore(cli): rename import-json.js to import-json-to-ts.js
1 parent ca12fe4 commit 61768ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"scripts": {
17-
"build": "npm run build:json -w packages/cli && tsc -b && npm run build -w packages/browser-bundle",
17+
"build": "npm run build:transform -w packages/cli && tsc -b && npm run build -w packages/browser-bundle",
1818
"pretest": "npm run build",
1919
"start": "cd packages/cli && npm run start",
2020
"debug": "cd packages/cli && npm run debug",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"lodash": "^4.17.21"
3434
},
3535
"scripts": {
36-
"build:json": "node import-json.js",
37-
"build": "npm run build:json && tsc -b",
36+
"build:transform": "node import-json-to-ts.js",
37+
"build": "npm run build:transform && tsc -b",
3838
"start": "ts-node src/cli.ts",
3939
"debug": "node -r ts-node/register --inspect-brk=9229 src/cli.ts",
4040
"lint": "eslint .",

0 commit comments

Comments
 (0)