fix: bugs

This commit is contained in:
Joshua Seigler 2021-11-29 23:57:53 -05:00
parent 1b49b532dc
commit c853faf3ca
2 changed files with 6 additions and 10 deletions

View file

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