@firestone-hs/reference-data 0.1.179 → 0.1.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,20 @@
1
- # Copy the files to S3
2
-
3
- ```
4
- aws s3 cp ./src/cards.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read
5
- aws s3 cp ./src/hs-achievements.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read
6
- aws s3 cp ./src/card-backs.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
7
- aws s3 cp ./src/deck-templates.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
8
-
9
- ```
10
-
11
- Generate the card back data from the Blizzard API, eg
12
-
13
- # Dev stuff
14
-
15
- rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access public
16
-
17
- rm -rf dist && tsc && rm -rf dist/node_modules && 'cp' -rf dist/ /e/Source/zerotoheroes/firestone/core/node_modules/\@firestone-hs/reference-data/
1
+ # Copy the files to S3
2
+
3
+ ```
4
+ aws s3 cp ./src/hs-achievements.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read
5
+ aws s3 cp ./src/card-backs.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
6
+ aws s3 cp ./src/deck-templates.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
7
+ aws s3 cp ./src/cards/ s3://static.zerotoheroes.com/hearthstone/jsoncards/ --recursive --acl public-read
8
+
9
+ ```
10
+
11
+ Generate the card back data from the Blizzard API, eg
12
+
13
+ # Dev stuff
14
+
15
+ rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access public
16
+
17
+ rm -rf dist && tsc && rm -rf dist/node_modules && 'cp' -rf dist/ /e/Source/zerotoheroes/firestone/core/node_modules/\@firestone-hs/reference-data/
18
+
19
+ don't use this anymore:
20
+ aws s3 cp ./src/cards.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read