Skip to content

Commit

Permalink
release script update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 19, 2020
1 parent fc2dd0d commit c227c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"watch": "tsc --watch",
"rollup": "rollup -c rollup.config.js",
"version": "npm run build",
"release": "np",
"release": "np --no-2fa",
"test": "jest",
"test.watch": "jest --watch"
},
Expand Down Expand Up @@ -51,4 +51,4 @@
"preset": "ts-jest",
"testURL": "http://localhost"
}
}
}

0 comments on commit c227c81

Please sign in to comment.