build: disable prerender

This commit is contained in:
wpetit 2020-04-20 14:18:38 +02:00
parent 10983f6ac4
commit 034bc0e90b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "preact build",
"build": "preact build --no-prerender",
"serve": "sirv build --port 8080 --cors --single",
"dev": "preact watch",
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",