Skip to content

Commit

Permalink
Fix build script path for @edgedb/create
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jan 5, 2024
1 parent 7ed4058 commit 197471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"create": "tsx src/cli.ts",
"build": "build.sh",
"build": "./build.sh",
"test": "tsc --noEmit"
}
}

0 comments on commit 197471c

Please sign in to comment.