Skip to content

Commit 55e750b

Browse files
committed
test: bundling-codegen: specify out-dir
1 parent c850dd8 commit 55e750b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/7-bundling-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "umzug-bundling-example",
33
"version": "0.0.0",
44
"scripts": {
5-
"build": "tsup umzug.ts --external pg-hstore",
5+
"build": "tsup umzug.ts --external pg-hstore --out-dir dist",
66
"lint": "eslint ."
77
},
88
"devDependencies": {

0 commit comments

Comments
 (0)