Skip to content

Commit e50aa0a

Browse files
NicolappsConvex, Inc.
authored andcommitted
codemod: fix build process to handle import alias (#43476)
GitOrigin-RevId: f27ab9257d98d43e8689a401b9aa3276fda8e46e
1 parent 111ae08 commit e50aa0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/@convex-dev/codemod/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"build": "node version-check.mjs && zshy && tsc-alias -p tsconfig.json",
19+
"dev": "zshy && tsc-alias -p tsconfig.json && node ./dist/index.cjs",
1920
"test": "vitest",
2021
"typecheck": "tsc --noEmit",
2122
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)