Skip to content

Commit 8e49308

Browse files
committed
Add validate
1 parent 9095a38 commit 8e49308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/homey/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"tsc": "tsc",
88
"build": "tsdown",
99
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
10-
"dev": "homey app run"
10+
"dev": "homey app run",
11+
"validate": "homey app validate"
1112
},
1213
"devDependencies": {
1314
"@teslemetry/api": "workspace:*",

0 commit comments

Comments
 (0)