diff --git a/content/api-examples b/content/api-examples index bea67ff..a40aece 160000 --- a/content/api-examples +++ b/content/api-examples @@ -1 +1 @@ -Subproject commit bea67ff11aca0a182a74c3d43b8581b79f7b4404 +Subproject commit a40aece7266a2050c9ae446ad6c5793ed99bd2d0 diff --git a/package.json b/package.json index 77d07d8..abd3ffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "scripts": { "start": "python -m http.server -b localhost -d ./dist", - "build": "python -m pip install -r requirements.txt; cp -rL content content-resolved; jupyter lite build --contents content-resolved --output-dir dist", - "install": "cd content; git clone https://github.com/exabyte-io/api-examples.git?=feature/SOF-7232 api-examples; cd -" + "build": "python -m pip install -r requirements.txt; cp -rL content content-resolved; jupyter lite build --contents content-resolved --output-dir dist" } }