aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-08 16:20:58 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-08 17:52:35 +0200
commitf862867a07fb09085a28bf134eb42276fde26540 (patch)
treeb84f08003f0c143e27c3e3a339ab53f2aa339984 /package.json
parentfix(language): Sonar lint issue (diff)
downloadrefinery-f862867a07fb09085a28bf134eb42276fde26540.tar.gz
refinery-f862867a07fb09085a28bf134eb42276fde26540.tar.zst
refinery-f862867a07fb09085a28bf134eb42276fde26540.zip
docs: add Docusaurus website
Also refactor Yarn buildscripts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 78d16741..f6442ad3 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,11 @@
18 }, 18 },
19 "homepage": "https://refinery.tools", 19 "homepage": "https://refinery.tools",
20 "workspaces": [ 20 "workspaces": [
21 "subprojects/docs",
21 "subprojects/frontend" 22 "subprojects/frontend"
22 ], 23 ],
23 "scripts": { 24 "scripts": {
25 "docs": "yarn workspace @refinery/docs",
24 "frontend": "yarn workspace @refinery/frontend", 26 "frontend": "yarn workspace @refinery/frontend",
25 "typecheck": "yarn run g:tsc -p tsconfig.json", 27 "typecheck": "yarn run g:tsc -p tsconfig.json",
26 "lint": "yarn run g:lint", 28 "lint": "yarn run g:lint",