Skip to content

Commit

Permalink
Merge pull request #708 from Adslot/update-release-md
Browse files Browse the repository at this point in the history
Docs: Remove npm prune step from RELEASE.md
  • Loading branch information
lightbringer1991 authored Mar 27, 2018
2 parents 91c9193 + 949f634 commit 777ba5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Else, if docs or build we don't need to do a release.
1. git checkout master
1. git pull
1. npm install
1. npm prune (removes unused dependencies)
1. npm run version
1. webpack --env=dist (generate distribution js)
1. git add dist/* (add webpack generated distribution)
Expand Down

0 comments on commit 777ba5d

Please sign in to comment.