Skip to content

Commit 4ec6ded

Browse files
Try preparing package
1 parent 311ce14 commit 4ec6ded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "./dist/index.d.ts",
88
"scripts": {
99
"start": "community-solid-server --config config.json --baseUrl \"https://csstestnode-dhf6hxapfcbrdxem.uksouth-01.azurewebsites.net/\" --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
10-
"start:dev": "community-solid-server --config config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080"
10+
"start:dev": "community-solid-server --config config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080",
11+
"prepare": "npm i"
1112
},
1213
"files": [
1314
"config.json"

0 commit comments

Comments
 (0)