forked from Shopify/polaris-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.yml
24 lines (22 loc) · 781 Bytes
/
dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: polaris-viz
up:
- node:
yarn: 1.22.5
version: v16.12.0 # to be kept in sync with .nvmrc .github/workflows/main.yml
open:
app: http://localhost:8080/
shipit: https://shipit.shopify.io/shopify/polaris-viz/production
coverage: build/coverage/index.html
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://development.shopify.io/engineering/keytech/dev/getting_started/Common-Commands-in-Projects
build: yarn run build
server: yarn run dev
style: yarn run lint
test: yarn run test
test:coverage: yarn run test:coverage
type-check: yarn run type-check
storybook: yarn storybook
add-story: yarn add:story