Skip to content

Commit

Permalink
chore: add publish:demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jun 4, 2021
1 parent f34bc8d commit 2825704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test:jest": "yarn workspace react-native-render-html test:jest",
"test:ts": "yarn workspace react-native-render-html test:ts",
"test:lint": "yarn workspace react-native-render-html test:lint",
"release": "yarn workspace react-native-render-html release-it"
"release": "yarn workspace react-native-render-html release-it",
"publish:demo": "yarn workspace demo expo publish"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
Expand Down

0 comments on commit 2825704

Please sign in to comment.