7 lines
138 B
JSON
7 lines
138 B
JSON
{
|
|
"name": "test-static-site",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "mkdir -p dist && cp index.html dist/"
|
|
}
|
|
} |