Created
March 18, 2020 15:03
-
-
Save clytras/45d712cf30694d9b3abbfd459a8f13f0 to your computer and use it in GitHub Desktop.
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
"serve": "yarn build", | |
"build": "parcel index.html --out-dir dist --public-url ./", | |
"deploy": "git subtree push --prefix dist origin gh-pages", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment