mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
* Rewrite library using create-react-library * Export utils properly * Remove unnecessary code and fix eslintignore * Update CHANGELOG
12 lines
201 B
YAML
12 lines
201 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- git diff --exit-code # make sure that yarn.lock didn't change
|
|
script:
|
|
- yarn test:lint
|
|
- yarn test
|