build(docs): try playwright-aws-lambda

This commit is contained in:
Eric Liu 2020-10-07 12:14:58 -07:00
commit 9f09d893da
3 changed files with 118 additions and 11 deletions

View file

@ -7,7 +7,7 @@
"build": "run-s build:*",
"build:routify": "routify run -b",
"build:svite": "svite build",
"postbuild": "DEBUG=pw:api node scripts/postbuild"
"postbuild": "node scripts/postbuild"
},
"devDependencies": {
"@sveltech/routify": "^1.9.9",
@ -17,6 +17,8 @@
"mdsvex": "^0.8.8",
"npm-run-all": "^4.1.5",
"playwright": "^1.4.2",
"playwright-aws-lambda": "^0.6.0",
"playwright-core": "^1.4.2",
"polka": "^0.5.2",
"prettier": "^2.1.2",
"prettier-plugin-svelte": "^1.4.0",