Files
polaris-react/dev.yml
Kaelig Deloumeau-Prigent 597f76f19c Use the latest version of yarn to upgrade Polaris on the style guide (#856)
* Use the latest version of yarn to upgrade Polaris on the style guide

ShipIt comes with an old version of Yarn, that doesn't support integrity hashes. This means each polaris-styleguide PR coming from polaris-react deploys is deleting thousands of lines (hashes) from yarn.lock.

By leveraging the latest version of Yarn, we know those hashes will be kept in.

* Update UNRELEASED.md

* Use a strict version of Yarn

* Get the yarn version from dev.yml
2019-01-23 11:42:48 -08:00

23 lines
651 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: polaris-react
up:
- node:
yarn: v1.13.0
version: v10.13.0 # to be kept in sync with .nvmrc and .circleci/config.yml
- git_hooks:
pre-commit: pre-commit
open:
app: http://localhost:6006/
shipit: https://shipit.shopify.io/shopify/polaris-react/production
commands:
# People new to the project might be tempted to run some
# common commands, so lets have them in here.
# For a list of Common Commands in Projects, check out:
# https://github.com/Shopify/dev/wiki/Common-Commands-in-Projects
build: yarn run build
server: yarn run dev
style: yarn run lint
test: yarn run test
type-check: yarn run ts