forked from Shopify/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
85 lines (80 loc) · 2 KB
/
dev.yml
File metadata and controls
85 lines (80 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: shopify-cli-next
up:
- node:
yarn: 1.22.19
version: v18.7.0
packages:
- ./
- go:
version: 1.19
modules: true
- ruby:
version: 3.1.2
- homebrew:
- jq
- delve
- pnpm:
version: 7.9.3
env:
SHOPIFY_ENV: development
SHOPIFY_PARTNERS_API_ENV: production
SHOPIFY_ADMIN_API_ENV: production
SHOPIFY_STOREFRONT_RENDERER_API_ENV: production
SHOPIFY_IDENTITY_API_ENV: production
open:
app: http://localhost:3000
commands:
graph:
desc: 'Shows the graph of the project'
run: yarn nx graph
shopify:
desc: 'Runs the Shopify CLI'
run: yarn shopify
create-app:
desc: 'Runs the create-app CLI'
run: yarn create-app
create-hydrogen:
desc: 'Runs the create-hydrogen CLI'
run: yarn create-hydrogen
clean:
desc: 'Clean the packages'
run: yarn run clean
test:
desc: 'Runs the tests'
run: yarn run test:affected
build:
desc: 'Build the project'
run: yarn run build:affected
lint:
desc: 'Lint the project'
run: yarn run lint:affected
lint:fix:
desc: 'Fix the lint issues in the project'
run: yarn run lint:fix:affected
type-check:
desc: 'Type-check the project'
run: yarn run type-check:affected
fixture:
desc: 'Commands to interact with the fixture project'
subcommands:
shopify:
desc: Runs Shopify with the fixture project
run: yarn --cwd fixtures/app shopify
build:
desc: Build the fixture project
run: yarn --cwd fixtures/app build
dev:
desc: Dev the fixture project
run: yarn --cwd fixtures/app dev
test:
desc: Test the fixture project
run: yarn --cwd fixtures/app test
scaffold:
desc: Scaffold in the fixture project
run: yarn --cwd fixtures/app scaffold
web-env:
desc: Show and/or update the env file in the fixture project
run: yarn --cwd fixtures/app web-env
spin:
desc: 'Run commands in spin context'
run: bin/spin