Files
gitea-actions-test/package.json
2025-01-09 07:22:08 +00:00

7 lines
138 B
JSON

{
"name": "test-static-site",
"version": "1.0.0",
"scripts": {
"build": "mkdir -p dist && cp index.html dist/"
}
}