Skip to content

Commit

Permalink
add build script to skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Dec 24, 2024
1 parent b9bee65 commit 4506694
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions skeleton/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"name": "linaphp/lina-site",
"description": "The skeleton application for the Lina static site generator.",
"type": "project",
"keywords": ["linaphp", "static-site"],
"keywords": [
"linaphp",
"static-site"
],
"require": {
"linaphp/lina": "^0.6"
},
"license": "MIT",
"scripts": {
"serve": "./vendor/bin/lina serve"
"serve": "./vendor/bin/lina serve",
"build": "./vendor/bin/lina build"
}
}

0 comments on commit 4506694

Please sign in to comment.