mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Make json-ld prefix generation deterministic
This commit is contained in:
parent
139edc6cee
commit
a75d5aa63c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user