Skip to content

Commit c005c28

Browse files
committed
rename dev tsconfig.json
1 parent e30df66 commit c005c28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"build": "tsc -b tsconfig.build.json && oclif manifest && oclif readme && copyfiles -u 1 src/**/*.graphql dist/",
25-
"build:dev": "tsc -b tsconfig.debug.json",
25+
"build:dev": "tsc -b tsconfig.dev.json",
2626
"oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz",
2727
"test": "vitest run --bail=1",
2828
"test:add": "vitest run tests/cli/add.test.ts",
File renamed without changes.

0 commit comments

Comments
 (0)