Skip to content

Commit

Permalink
Removes npm publish from release task
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Jun 25, 2017
1 parent 7de62f2 commit 94b51c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,4 @@ release-base: lint test-all test-browser # test-sauce
cp -R packages/base/dist packages/base/releases/$(VERSION)/dist
cp packages/base/package.json packages/base/releases/$(VERSION)/package.json
cp packages/base/CHANGELOG.md packages/base/releases/$(VERSION)/CHANGELOG.md
cd packages/base/releases/$(VERSION) && zip -r ../folktale-base-$(VERSION).zip *
# cd packages/base/releases/$(VERSION) && npm publish
cd packages/base/releases/$(VERSION) && zip -r ../folktale-base-$(VERSION).zip *

0 comments on commit 94b51c5

Please sign in to comment.