Skip to content

Commit fe0c109

Browse files
committed
Don't use Yarn to release
1 parent 6031c02 commit fe0c109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"build": "del-cli dist && tsc",
1616
"prepack": "npm run build",
17-
"release": "npm run build && np --no-2fa --no-cleanup",
17+
"release": "npm run build && np --no-yarn --no-2fa --no-cleanup",
1818
"lint": "tsc --noEmit && xo",
1919
"ava": "npm run build && ava",
2020
"test": "npm run lint && npm run ava"

0 commit comments

Comments
 (0)