UNPKG

react-static-webpack-plugin

Version:

Build full static sites using React, React Router and Webpack

29 lines (26 loc) 729 B
## Set up yarn and install test dependencies for all example dirs machine: environment: YARN_VERSION: 0.18.1 PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: 6.9.1 dependencies: pre: - | if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then echo "Download and install Yarn." curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION else echo "The correct version of Yarn is already installed." fi post: - ./install_test_dependencies.sh override: - yarn install cache_directories: - ~/.yarn - ~/.cache/yarn test: override: - yarn test