Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jo authored Feb 27, 2024
1 parent 029bbea commit 9958cbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Public website for Digidem Lab, digidemlab.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tinacms dev -c \"bundle exec jekyll serve\"",
"build": "tinacms build && bundle exec jekyll build",
"tinacms": "tinacms"
},
"repository": {
"type": "git",
Expand All @@ -19,8 +22,6 @@
"homepage": "https://github.com/digidemlab/digidemlab.github.io#readme",
"dependencies": {
"tinacms": "^1.5.28"
},
"devDependencies": {
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.11.20"
}
Expand Down

0 comments on commit 9958cbd

Please sign in to comment.