2
0
Эх сурвалжийг харах

Add initial package.json for docs with build script (#2221)

Paweł Kuna 5 сар өмнө
parent
commit
f336275476

+ 8 - 0
docs/package.json

@@ -0,0 +1,8 @@
+{
+  "private": true,
+  "name": "docs",
+  "version": "1.0.0",
+  "scripts": {
+    "build": "mkdir -p dist && echo '' > dist/index.html"
+  }
+}

+ 1 - 0
pnpm-workspace.yaml

@@ -1,4 +1,5 @@
 packages:
   - core
   - preview
+  - docs
   - 'shared/*'