"scripts": {
"start": "npm run pug",
"pug": "pug templates/*.pug -w -P --out ./",
},
"scripts": {
"start": "start npm run pug",
"pug": "pug templates/*.pug -w -P --out ./",
},
pug templates/*.pug -w -P --out ./
выполняется хорошо, если ее набрать прямо в командной строке."pug": "pug templates/index.pug -w -P --out ./"
"pug": "pug templates/*.pug -w -P --out ./"
"pug": "pug 'templates/index.pug' -w -P --out ./"
"pug": "pug 'templates/*.pug' -w -P --out ./"