fix: js page sizing for mobile, fix live code

This commit is contained in:
Joshua Seigler 2021-11-25 18:39:51 -05:00
parent 494b309693
commit 3977514c70
4 changed files with 14 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"scripts": {
"clean": "rimraf ./dist ./.cache ./.parcel-cache",
"build": "parcel build index.html --no-scope-hoist --public-url ./",
"serve": "parcel serve index.html --open -p 8888 --public-url ./",
"serve": "parcel serve index.html --open -p 8888",
"start": "npm run serve",
"test": "npm run build && playwright test tests --browser=firefox --retries=3"
},