We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95346 commit 2f8282fCopy full SHA for 2f8282f
package.json
@@ -14,7 +14,7 @@
14
"kash": "kash",
15
"kart": "kart",
16
"build:web": "kash build web . -o out/www --bundle-only",
17
- "build:uwp": "kash build uwp . -o out --bundle-only",
+ "build:uwp": "yarn build && kash build uwp . -o out --bundle-only",
18
"find-app:uwp": "node ./utils/find-app.js"
19
},
20
"author": "Kano Computing",
0 commit comments