forked from Shopify/polaris-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
22 lines (20 loc) · 648 Bytes
/
Copy pathdev.yml
File metadata and controls
22 lines (20 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: polaris-react
up:
- node:
yarn: true
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 let’s 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