mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
if [ "$REACT" = 15 ]; then
|
|
npm i --no-save react@15 react-dom@15 react-test-renderer@15 enzyme-adapter-react-15
|
|
fi
|