Skip to content

Commit 3fc5186

Browse files
xin.jinseinlin
authored andcommitted
fix missing kdeploy package issue
1 parent cff92ad commit 3fc5186

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ testem.log
4545
# System Files
4646
.DS_Store
4747
Thumbs.db
48+
49+
.idea

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@ yarn build
3131

3232
## Send the app to a KaiOS device
3333

34-
```console
35-
npm run app:install
36-
# or
37-
yarn app:install
38-
```
34+
follow [os-env-setup](https://developer.kaiostech.com/getting-started/env-setup/os-env-setup) and [test-your-apps](https://developer.kaiostech.com/getting-started/build-your-first-package-app/test-your-apps)
35+
install to your device.

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"build": "ng build --prod",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e",
11-
"app:install": "kdeploy build install",
12-
"app:uninstall": "kdeploy build uninstall",
13-
"app:update": "kdeploy build update",
14-
"app:start": "kdeploy build start",
15-
"app:stop": "kdeploy build stop"
10+
"e2e": "ng e2e"
1611
},
1712
"private": true,
1813
"dependencies": {
@@ -47,7 +42,6 @@
4742
"protractor": "~5.4.0",
4843
"ts-node": "~7.0.0",
4944
"tslint": "~5.15.0",
50-
"typescript": "~3.4.3",
51-
"kdeploy": "kaiostech/kdeploy"
45+
"typescript": "~3.4.3"
5246
}
5347
}

0 commit comments

Comments
 (0)