Skip to content

Commit

Permalink
npm run install-nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 30, 2020
1 parent 6625e94 commit 9589518
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ Log in to npm with your npm account and add the SSH public key to your GitHub ac
```sh
git clone https://github.com/solid/solidos
cd solidos
npm run prepare
npm run install-nvm
npm run release
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"addPanes": "npm run add chat && npm run add contacts && npm run add folder && npm run add issue && npm run add meeting && npm run add registry && npm run add source",
"delete": "scripts/delete",
"deletePanes": "npm run delete chat-pane && npm run delete contacts-pane && npm run delete folder-pane && npm run delete issue-pane && npm run delete meeting-pane && npm run delete pane-registry && npm run delete source-pane",
"prepare": "/bin/bash scripts/prepare",
"install-nvm": "/bin/bash scripts/prepare",
"reset": "scripts/reset",
"setup": "npm i && scripts/reset",
"release": "/bin/bash scripts/release",
Expand Down
15 changes: 0 additions & 15 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@ function updateRepo {
updateRepo3 $1
}

updateRepo jose # @solid/jose
updateRepo oidc-rp # @solid/oidc-rp (@solid/jose)

updateRepo1 solid-auth-client # solid-auth-client (@babel/runtime, auth-header, commander, isomorphic-fetch, @solid/oidc-rp)
# updateRepo2 solid-auth-client
npm install @solid/oidc-rp@latest
updateRepo3 solid-auth-client

updateRepo1 rdflib # rdflib (jsonld, n3, xmldom)
updateRepo2 rdflib
npm install --save-dev webpack@4
updateRepo3 rdflib

updateRepo pane-registry # pane-registry (rdflib)
updateRepo solid-namespace # solid-namespace
updateRepo solid-logic # solid-logic (rdflib, solid-namespace)

updateRepo1 solid-ui # solid-ui (pane-registry, solid-logic, rdflib, solid-auth-client, solid-namespace)
Expand Down

0 comments on commit 9589518

Please sign in to comment.