Skip to content

Commit

Permalink
Revert changes to Migrate package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Krishna Paritala <skrishna@buf.build>
  • Loading branch information
srikrsna-buf committed Sep 11, 2024
1 parent ee8dcc7 commit c482703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"prebuild": "rm -rf ./dist/*",
"build": "tsc --project tsconfig.json --module commonjs --verbatimModuleSyntax false --moduleResolution node10 --outDir ./dist/cjs",
"build": "tsc --project tsconfig.json --outDir ./dist/cjs",
"test": "jasmine --config=jasmine.json",
"format": "prettier --write --ignore-unknown '.' '!dist'",
"license-header": "license-header",
Expand Down

0 comments on commit c482703

Please sign in to comment.