Skip to content

Commit c02e57e

Browse files
committed
chore: testing query planner ci
1 parent 39c2c25 commit c02e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"dev": "tsx watch src/index.ts",
14-
"build": "rm -rf dist && tsc",
14+
"build": "del dist && tsc",
1515
"seed": "API_KEY=cosmo_669b576aaadc10ee1ae81d9193425705 tsx src/bin/seed.ts",
1616
"delete-user": "tsx src/bin/delete-user.ts",
1717
"deactivate-org": "tsx src/bin/deactivate-org.ts",

0 commit comments

Comments
 (0)