1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

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

This commit is contained in:
Paweł Kuna
2025-03-17 22:17:01 +01:00
committed by GitHub
parent 982bc5a09b
commit f336275476
2 changed files with 9 additions and 0 deletions

8
docs/package.json Normal file
View File

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

View File

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