File size: 208 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env bash
# Useful for testing the package with React 16
set -o errexit
set -o pipefail
set -o nounset
npm install
npm install --no-save react@16.14 react-dom@16.14 @testing-library/react@12.x.x
|