File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7171 - run : yarn release
7272 env :
7373 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7475 NPM_CONFIG_PROVENANCE : true
7576 deploy-example :
7677 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 156156 }
157157 }
158158 },
159- "repository" : " https://github.com/web-ridge/react-native-paper-dates" ,
159+ "repository" : {
160+ "type" : " git" ,
161+ "url" : " https://github.com/web-ridge/react-native-paper-dates.git"
162+ },
160163 "scripts" : {
161164 "test" : " jest --config=jest.config.js --watchAll=false" ,
162165 "test-watch" : " jest --config=jest.config.js --watchAll" ,
163166 "typecheck" : " tsc --noEmit" ,
164167 "lint" : " eslint \" **/*.{js,ts,tsx}\" " ,
165- "prepare" : " husky install && bob build" ,
168+ "prepare" : " husky && bob build" ,
166169 "release" : " release-it --ci --github.autoGenerate" ,
167170 "example" : " yarn --cwd example" ,
168171 "pods" : " cd example && pod-install --quiet" ,
You can’t perform that action at this time.
0 commit comments