Skip to content

Commit

Permalink
add a package.json, for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leoadec committed Aug 1, 2024
1 parent 4f38a2b commit c8a6ff3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.jekyll-cache/*
_site/*
.jekyll-cache/
_site/
node_modules/
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "leoadec.github.io",
"scripts": {
"build": "rake build",
"clean": "rake clean",
"serve": "rake serve",
"test": "rake test"
}
}

0 comments on commit c8a6ff3

Please sign in to comment.