Skip to content

Commit

Permalink
build: Fix path to configuration (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored Jun 15, 2024
1 parent 1ddff1a commit ef0c1ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "tsc --watch --preserveWatchOutput",
"ld-workbench": "node build/main",
"ld-workbench:example": "node build/main --config static",
"util:json-schema-to-typescript": "npx json2ts -i ./static/ld-workbench.schema.json -o src/lib/LDWorkbenchConfiguration.d.ts",
"util:json-schema-to-typescript": "npx json2ts -i ./static/ld-workbench.schema.json -o src/configuration.d.ts",
"semantic-release": "semantic-release",
"lint": "gts lint",
"clean": "gts clean",
Expand Down Expand Up @@ -73,7 +73,6 @@
"@types/sparqljs": "^3.1.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"commander": "^11.1.0",
"gts": "^5.3.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
Expand All @@ -89,6 +88,7 @@
"@triply/utils": "~3.1.1",
"ajv": "^8.12.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"glob": "^7.2.3",
"inquirer": "^9.2.12",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit ef0c1ab

Please sign in to comment.