Last active
March 6, 2018 10:54
-
-
Save DaveHudson/82be43978773688e2f422aaed2a8b872 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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