Skip to content

Commit e688898

Browse files
committed
add shortcuts for common scripts
1 parent 8bc3a8f commit e688898

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# website
1+
# bit-docs-website
22

33
Website that documents bit-docs.
44

@@ -30,4 +30,4 @@ Now visit <http://127.0.0.1:8080/>
3030
npm run gh-pages
3131
```
3232

33-
Now visit <https://bit-docs.github.io/website/>
33+
Now visit <https://bit-docs.github.io/bit-docs-website>

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"url": "git+https://github.com/bit-docs/website.git"
2020
},
2121
"scripts": {
22+
"gen": "npm run bit-docs",
23+
"see": "http-server gh-pages",
24+
"pub": "npm run gh-pages",
2225
"bit-docs": "bit-docs -d",
2326
"gh-pages": "gh-pages -d gh-pages",
2427
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)