Skip to content

Commit

Permalink
Add preview script
Browse files Browse the repository at this point in the history
  • Loading branch information
harlantwood committed Feb 6, 2019
1 parent 7cd79cf commit 3e0e79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,8 @@
"copy-dist-to-examples": "cp dist/nodesphere.js examples/",
"publish:gh-pages": "gh-pages --dist examples --message 'Update gh-pages [ci skip]'",
"publish:gh-pages:notify": "echo http://nodesphere.github.io/nodesphere",
"ipfs": "open https://ipfs.io/ipfs/`~/gocode/bin/ipfs add -r -q examples | tail -n 1`"
"ipfs": "open https://ipfs.io/ipfs/`~/gocode/bin/ipfs add -r -q examples | tail -n 1`",
"preview": "http-server examples -c-1 -p 1234"
},
"author": "Harlan T Wood (https://github.com/harlantwood)",
"contributors": [
Expand Down

0 comments on commit 3e0e79a

Please sign in to comment.