aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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",