File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 run : npm install -g npm@latest
2626 - name : Install dependencies
2727 run : yarn
28+ - name : Build
29+ run : yarn build
2830 - name : Release
2931 run : npm publish
Original file line number Diff line number Diff line change 66 "url" : " https://github.com/troberts-28"
77 },
88 "license" : " MIT" ,
9- "version" : " 2.6.0 " ,
9+ "version" : " 2.6.1 " ,
1010 "main" : " dist/commonjs/index.js" ,
1111 "module" : " dist/module/index.js" ,
1212 "types" : " dist/typescript/index.d.ts" ,
3030 "lint:fix" : " eslint src/ examples/ --fix" ,
3131 "format" : " prettier --check ./src ./examples" ,
3232 "format:fix" : " prettier --write ./src ./examples" ,
33- "prepare" : " simple-git-hooks"
33+ "prepare" : " simple-git-hooks" ,
34+ "prepublishOnly" : " yarn build"
3435 },
3536 "homepage" : " https://github.com/troberts-28/react-native-timer-picker" ,
3637 "bugs" : {
You can’t perform that action at this time.
0 commit comments