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 1822c09 commit 8ab39e2Copy full SHA for 8ab39e2
genkit-tools/cli/src/commands/init.ts
@@ -300,9 +300,7 @@ async function updatePackageJson(nonInteractive: boolean) {
300
main: 'lib/index.js',
301
scripts: {
302
start: 'node lib/index.js',
303
- compile: 'tsc',
304
- build: 'npm run build:clean && npm run compile',
305
- 'build:clean': 'rm -rf ./lib',
+ build: 'tsc',
306
'build:watch': 'tsc --watch',
307
},
308
};
0 commit comments