mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
Add initial package.json for docs with build script (#2221)
This commit is contained in:
8
docs/package.json
Normal file
8
docs/package.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "docs",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"scripts": {
|
||||||
|
"build": "mkdir -p dist && echo '' > dist/index.html"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
packages:
|
packages:
|
||||||
- core
|
- core
|
||||||
- preview
|
- preview
|
||||||
|
- docs
|
||||||
- 'shared/*'
|
- 'shared/*'
|
||||||
Reference in New Issue
Block a user