Skip to content

Commit ca577db

Browse files
committed
Fix package for Homey
1 parent 1380ecf commit ca577db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/homey/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"type": "module",
77
"scripts": {
88
"tsc": "tsc",
9-
"build": "tsdown",
9+
"build": "tsc",
1010
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
11-
"start": "homey app run --skip-build",
1211
"dev": "homey app run",
1312
"validate": "homey app validate"
1413
},

0 commit comments

Comments
 (0)