-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdev.sh
More file actions
29 lines (26 loc) · 757 Bytes
/
dev.sh
File metadata and controls
29 lines (26 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
yarn remove @ournet/domain
yarn remove news-sources
yarn remove @ournet/news-domain
yarn remove @ournet/news-data
yarn remove @ournet/topics-domain
yarn remove @ournet/topics-data
yarn remove @ournet/quotes-domain
yarn remove @ournet/quotes-data
yarn remove @ournet/images-domain
yarn remove @ournet/images-data
yarn remove @ournet/videos-domain
yarn remove @ournet/videos-data
yarn link @ournet/domain
yarn link news-sources
yarn link @ournet/news-domain
yarn link @ournet/news-data
yarn link @ournet/topics-domain
yarn link @ournet/topics-data
yarn link @ournet/quotes-domain
yarn link @ournet/quotes-data
yarn link @ournet/images-domain
yarn link @ournet/images-data
yarn link @ournet/videos-domain
yarn link @ournet/videos-data
yarn test