@dcl/asset-packs 0.0.0-20230908135400.commit-e2c5b3c → 0.0.0-20230911145037.commit-a3533f3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -37,8 +37,8 @@ Go the `js-sdk-toolchain` repo in your machine and do this:
37
37
 
38
38
  Go to the `builder` repo in your machine and do this:
39
39
  1. Set the `REACT_APP_INSPECTOR_PORT` env var in `.env` to be `8001` (this is the `@dcl/inspector` dev server we started in the previous section).
40
- 1. Set the `REACT_APP_BIN_INDEX_JS_DEV_JS_PATH` env var in `.env` to the path to the `bin/index.js` that you copied in the first section.
41
- 2. Set the `REACT_APP_BIN_INDEX_JS_DEV_JS_PORT` to the port where the SDK7 started running (by defualt `8000`).
40
+ 1. Set the `REACT_APP_BIN_INDEX_JS_DEV_PORT` to the port where the SDK7 started running (by defualt `8000`).
41
+ 2. Set the `REACT_APP_BIN_INDEX_JS_DEV_PATH` env var in `.env` to the path to the `bin/index.js` that you copied in the first section.
42
42
  3. Run `npm start` to start the builder local server which should start on port `3000`
43
43
 
44
44
  Now you are all set, you can start developing the SDK7 scene in this repo, use it from the local Builder and test it by previewing the scene, which should use your local Builder Server serving the development javascript files.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "0.0.0-20230908135400.commit-e2c5b3c",
3
+ "version": "0.0.0-20230911145037.commit-a3533f3",
4
4
  "description": "",
5
5
  "main": "dist/definitions.js",
6
6
  "typings": "dist/definitions.d.ts",
@@ -52,5 +52,5 @@
52
52
  "semi": false,
53
53
  "printWidth": 80
54
54
  },
55
- "commit": "e2c5b3c1d39b8ebbb6cc92ec958bc13e55322586"
55
+ "commit": "a3533f3a0930cf163e8d80dc16c36bb404219e02"
56
56
  }