We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1380ecf commit ca577dbCopy full SHA for ca577db
packages/homey/package.json
@@ -6,9 +6,8 @@
6
"type": "module",
7
"scripts": {
8
"tsc": "tsc",
9
- "build": "tsdown",
+ "build": "tsc",
10
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
11
- "start": "homey app run --skip-build",
12
"dev": "homey app run",
13
"validate": "homey app validate"
14
},
0 commit comments