Skip to content

Commit

Permalink
Merge e0ef6a5 into 7b26a2a
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Apr 26, 2024
2 parents 7b26a2a + e0ef6a5 commit a757a8a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -67,7 +67,7 @@
"markdown-toc": "^1.2.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.3.0",
"typedoc": "^0.24.8",
"typedoc": "^0.25.13",
"typescript": "4.9.5"
},
"scripts": {
Expand Down Expand Up @@ -124,7 +124,7 @@
"generate:runtime:scala": "cross-env CI=true ts-node ./test/runtime/runtime-scala.ts",
"test:watch": "jest --watch",
"docs": "npm run docs:api",
"docs:api": "typedoc src/index.ts --out ./modelina-website/public/apidocs/generated --name Modelina",
"docs:api": "typedoc --sourceLinkExternal src/index.ts --out ./modelina-website/public/apidocs/generated --name Modelina",
"lint": "npm run lint:modelina && npm run lint:cli",
"lint:modelina": "eslint --max-warnings 0 --config .eslintrc .",
"lint:cli": "cd modelina-cli && npm run lint",
Expand Down

0 comments on commit a757a8a

Please sign in to comment.