This commit is contained in:
2023-10-26 13:10:12 +09:00
parent e8ffcd8286
commit e819031d63
9 changed files with 40 additions and 33 deletions

View File

@ -2,6 +2,7 @@
"name": "devlifefrommodernway",
"private": true,
"scripts": {
"docker": "docker-compose up --build; docker-compose down",
"watch": "run-s license && run-p watch:web",
"watch:web": "honkit serve",
"build": "run-s build:content",