Skip to content

Commit

Permalink
fix: Make json-ld prefix generation deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
damooo authored Sep 8, 2021
1 parent 139edc6 commit a75d5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/solid/community-server#readme",
"scripts": {
"build": "npm run build:ts && npm run build:components",
"build:components": "componentsjs-generator -s src -c dist/components -i .componentsignore --typeScopedContexts",
"build:components": "componentsjs-generator -s src -c dist/components -r scs -i .componentsignore --typeScopedContexts",
"build:ts": "tsc",
"docker": "npm run docker:setup && npm run docker:start",
"docker:clean": "./test/docker/docker-clean.sh",
Expand Down

0 comments on commit a75d5aa

Please sign in to comment.