build(docs): add additional flags for debugging

This commit is contained in:
Eric Liu 2020-10-07 11:57:54 -07:00
commit 9f21c6b4cb
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
"build": "run-s build:*",
"build:routify": "routify run -b",
"build:svite": "svite build",
"postbuild": "node scripts/postbuild"
"postbuild": "DEBUG=pw:api node scripts/postbuild"
},
"devDependencies": {
"@sveltech/routify": "^1.9.9",