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 e30df66 commit c005c28Copy full SHA for c005c28
packages/cli/package.json
@@ -22,7 +22,7 @@
22
],
23
"scripts": {
24
"build": "tsc -b tsconfig.build.json && oclif manifest && oclif readme && copyfiles -u 1 src/**/*.graphql dist/",
25
- "build:dev": "tsc -b tsconfig.debug.json",
+ "build:dev": "tsc -b tsconfig.dev.json",
26
"oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz",
27
"test": "vitest run --bail=1",
28
"test:add": "vitest run tests/cli/add.test.ts",
packages/cli/tsconfig.debug.json renamed to packages/cli/tsconfig.dev.json
0 commit comments