Skip to content

Commit 2f8282f

Browse files
author
Paul Varache
committed
Add views build
1 parent ef95346 commit 2f8282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"kash": "kash",
1515
"kart": "kart",
1616
"build:web": "kash build web . -o out/www --bundle-only",
17-
"build:uwp": "kash build uwp . -o out --bundle-only",
17+
"build:uwp": "yarn build && kash build uwp . -o out --bundle-only",
1818
"find-app:uwp": "node ./utils/find-app.js"
1919
},
2020
"author": "Kano Computing",

0 commit comments

Comments
 (0)