Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
The npm scripts include the commands in this Makefile.
  • Loading branch information
chasenlehara committed Apr 27, 2017
1 parent 3ab9e5b commit d2a0522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -2,9 +2,7 @@ publish-docs:
npm cache clean
rm -rf node_modules
npm install
./node_modules/.bin/bit-docs -fd
cp -R docs/static/img site/static/
cp docs/static/favicon.ico site/favicon.ico
npm run document:force
cd site && \
git add --all && \
git commit -am "Publish docs" && \
Expand Down

0 comments on commit d2a0522

Please sign in to comment.