Skip to content

Commit

Permalink
馃摝 include netlify deployment in docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
mayteio committed Jul 22, 2020
1 parent 9395804 commit eba9ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"build": "rimraf dist react-native && rollup -c",
"start": "rollup -c -w",
"types": "dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --external-imports pusher-js",
"docs": "typedoc --options ./typedoc.js ./src",
"release": "yarn test && yarn build && yarn types && yarn publish && ntl deploy"
"docs": "typedoc --options ./typedoc.js ./src && netlify deploy --prod",
"release": "yarn test && yarn build && yarn types && yarn publish"
},
"dependencies": {
"@react-native-community/netinfo": "^5.9.3",
Expand Down

0 comments on commit eba9ccd

Please sign in to comment.