Skip to content

Commit

Permalink
Add npm login before release-it (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gonet committed Apr 7, 2020
1 parent 47a6c24 commit 1332633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"test:unit": "jest",
"format": "prettier --write --list-different './src/**/*.js'",
"lint": "eslint './src/**/*.js'",
"release": "release-it"
"release": "npm login && release-it"
},
"main": "src/Animated.js",
"types": "react-native-reanimated.d.ts",
Expand Down

0 comments on commit 1332633

Please sign in to comment.