Skip to content

Commit

Permalink
Merge pull request #4 from Expensify/tgolen-fix-publish
Browse files Browse the repository at this point in the history
Add a build script and update the readme
  • Loading branch information
cristipaval authored Jul 26, 2023
2 parents 32cf6e5 + c23b687 commit f923cf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# react-native-x-maps
# `react-native-x-maps`

# Deploying
This repo automatically publishes to NPM when PRs are merged to main.

# Contributing
Right now, contributions to this library are done under https://github.com/Expensify/App. Please refer to that repo and all it's guidelines for contributing.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "A cross platform compatible map component for React-Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Warning: no build process has been specified yet\"",
"lint": "eslint index.js",
"prettier": "prettier --write .",
"prettier-watch": "onchange \"**/*.js\" -- prettier --write --ignore-unknown {{changed}}"
"prettier-watch": "onchange \"**/*.js\" -- prettier --write --ignore-unknown {{changed}}",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f923cf5

Please sign in to comment.