package.json: add dev:godo

This commit is contained in:
Thomas Jund 2024-03-20 16:27:20 +01:00
parent 7b91be1878
commit 5d094ef7f5
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
"serve": "node npm_serve.js",
"dev": "npm run change:theme && run-p watch:* & npm run serve",
"dev:gadjo": "npm run watch:scss-gadjo",
"dev:chrono": "npm run watch:scss-chrono"
"dev:chrono": "npm run watch:scss-chrono",
"dev:godo": "browser-sync start -s 'godo.js/dist'"
},
"devDependencies": {
"browser-sync": "^2.26.7",