Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 87e7d14

Browse files
committed
add setup task
1 parent a6f7da9 commit 87e7d14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains a prototype development gateway implementation
44
for the built-in DeviceScript cloud integration.
55

6-
- [Read the documentation](https://microsoft.github.io/devicescript/developer/gateway)
6+
- [Read the documentation](https://microsoft.github.io/devicescript/developer/gateway)
77

88
| :exclamation: This implementation is for prototyping only and not meant for production. |
99
| --------------------------------------------------------------------------------------- |

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
},
2828
"scripts": {
29+
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile",
2930
"build": "nx run-many --target=build"
3031
}
3132
}

0 commit comments

Comments
 (0)