From e3cc730cd7cfa9954f146e60b131c7587f198540 Mon Sep 17 00:00:00 2001
From: rschamp <rschamp@media.mit.edu>
Date: Fri, 20 Sep 2019 13:11:40 -0400
Subject: [PATCH] Make npm publishing do the thing

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 29ebca82f..cd6626367 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -103,7 +103,7 @@ jobs:
       - run: npm version --no-git-tag-version $RELEASE_VERSION
       - run: |
           npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
-          npm publish --dry-run
+          npm publish
       - run: git tag $RELEASE_VERSION
       - run: git push $CIRCLE_REPOSITORY_URL $RELEASE_VERSION
 
-- 
GitLab