Skip to content

Commit 8ab39e2

Browse files
authored
Removed build:clean script. (#216)
1 parent 1822c09 commit 8ab39e2

File tree

1 file changed

+1
-3
lines changed
  • genkit-tools/cli/src/commands

1 file changed

+1
-3
lines changed

genkit-tools/cli/src/commands/init.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,7 @@ async function updatePackageJson(nonInteractive: boolean) {
300300
main: 'lib/index.js',
301301
scripts: {
302302
start: 'node lib/index.js',
303-
compile: 'tsc',
304-
build: 'npm run build:clean && npm run compile',
305-
'build:clean': 'rm -rf ./lib',
303+
build: 'tsc',
306304
'build:watch': 'tsc --watch',
307305
},
308306
};

0 commit comments

Comments
 (0)