Skip to content

Commit 8752a16

Browse files
authored
update renderer and create makefile command (#541)
1 parent 808a4dd commit 8752a16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ update-protocol:
3636
cd packages/@dcl/sdk-commands; npm i --save-exact @dcl/protocol@next
3737
$(MAKE) sync-deps compile_apis
3838

39+
update-renderer:
40+
cd packages/@dcl/sdk; npm i --save-exact @dcl/explorer@latest
41+
3942
lint:
4043
node_modules/.bin/eslint . --ext .ts
4144

packages/@dcl/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@dcl/ecs": "file:../ecs",
88
"@dcl/ecs-math": "2.0.1-20221129185242.commit-40495c1",
9-
"@dcl/explorer": "1.0.103960-20230418125811.commit-3ee87bc",
9+
"@dcl/explorer": "1.0.106064-20230424164124.commit-fdcdf1a",
1010
"@dcl/js-runtime": "file:../js-runtime",
1111
"@dcl/react-ecs": "file:../react-ecs",
1212
"@dcl/sdk-commands": "file:../sdk-commands"

0 commit comments

Comments
 (0)