Skip to content

Commit

Permalink
Merge pull request #9 from Exabyte-io/feature/SOF-7256
Browse files Browse the repository at this point in the history
Feature/SOF-7256
  • Loading branch information
timurbazhirov committed Mar 2, 2024
2 parents 9e44738 + 030aad1 commit 9338d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 9338d59

Please sign in to comment.