Files
polaris-react/dev.yml
Ben Scott 75cce66099 Rename yarn script ts to type-check
Every other shopify project I work on uses type-check, and my muscle memory
hates us being different
2019-06-26 12:01:20 -07:00

23 lines
659 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 type-check