Skip to content

Instantly share code, notes, and snippets.

@DaveHudson
Last active March 6, 2018 10:54
Show Gist options
  • Save DaveHudson/82be43978773688e2f422aaed2a8b872 to your computer and use it in GitHub Desktop.
Save DaveHudson/82be43978773688e2f422aaed2a8b872 to your computer and use it in GitHub Desktop.
package.json
"scripts": {
"build": "preact build --no-service-worker --template src/template.html",
"serve": "preact build --no-service-worker --template src/template.html && preact serve"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment