Skip to content

Commit

Permalink
Don't use Yarn to release
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Sep 16, 2020
1 parent 6031c02 commit fe0c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "del-cli dist && tsc",
"prepack": "npm run build",
"release": "npm run build && np --no-2fa --no-cleanup",
"release": "npm run build && np --no-yarn --no-2fa --no-cleanup",
"lint": "tsc --noEmit && xo",
"ava": "npm run build && ava",
"test": "npm run lint && npm run ava"
Expand Down

0 comments on commit fe0c109

Please sign in to comment.