Skip to content

Commit

Permalink
Add views build
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Varache committed May 7, 2019
1 parent ef95346 commit 2f8282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"kash": "kash",
"kart": "kart",
"build:web": "kash build web . -o out/www --bundle-only",
"build:uwp": "kash build uwp . -o out --bundle-only",
"build:uwp": "yarn build && kash build uwp . -o out --bundle-only",
"find-app:uwp": "node ./utils/find-app.js"
},
"author": "Kano Computing",
Expand Down

0 comments on commit 2f8282f

Please sign in to comment.