Skip to content

Commit a2cf002

Browse files
committed
update scripts
1 parent aecd151 commit a2cf002

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"homepage": "https://solidos.solidcommunity.net/",
2323
"scripts": {
2424
"start": "scripts/start",
25+
"start-css": "scripts/start-css",
26+
"start-nss": "scripts/start-nss",
2527
"watch": "scripts/watch",
2628
"add": "scripts/add",
2729
"addPanes": "npm run add activitystreams && npm run add chat && npm run add contacts && npm run add folder && npm run add issue && npm run add meeting && npm run add profile && npm run add source",

scripts/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ nvm use --delete-prefix
1212

1313
cd ../css-mashlib
1414
nvm use --delete-prefix
15-
npm run start:clean & # & to run in background
15+
npm run start:clean

scripts/start-css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ npx lerna bootstrap --force-local
1212

1313
cd workspaces/css-mashlib
1414
nvm use --delete-prefix
15-
npm run start:clean & # & to run in background
15+
npm run start:clean

scripts/start-nss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ npx lerna bootstrap --force-local
88

99
cd workspaces/node-solid-server
1010
nvm use --delete-prefix
11-
./bin/solid-test start --root ./data --port 8443 --ssl-key ../privkey.pem --ssl-cert ../fullchain.pem & # & to run in background
11+
./bin/solid-test start --root ./data --port 8443 --ssl-key ../privkey.pem --ssl-cert ../fullchain.pem
1212

0 commit comments

Comments
 (0)