Skip to content

Commit

Permalink
Update readme and script for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrdek committed Nov 12, 2017
1 parent 0f6cc78 commit 7778e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ npm install
npm start

# build for Github Pages
npm run build-github
npm run build-gh
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "preact build",
"serve": "preact build && preact serve",
"dev": "preact watch",
"build-github": "preact build --dest=docs",
"build-gh": "preact build --dest=docs",
"lint": "eslint src"
},
"eslintConfig": {
Expand Down

0 comments on commit 7778e94

Please sign in to comment.