Skip to content

Commit e982d26

Browse files
Sort scripts alphabetically
1 parent 84ea6e1 commit e982d26

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22
"private": true,
33
"type": "module",
44
"scripts": {
5-
"package": "bin/package.js",
6-
"update-bugsnag": "bin/update-bugsnag.js",
7-
"graph": "nx graph",
8-
"shopify": "nx build cli && node packages/cli/bin/dev.js",
9-
"shopify:run": "node packages/cli/bin/dev.js",
10-
"create-app": "nx build create-app && cross-env SHOPIFY_FLAG_PACKAGE_MANAGER=npm node packages/create-app/bin/dev.js",
11-
"clean": "nx run-many --target=clean --all --skip-nx-cache && nx reset",
125
"build-api-docs": "nx run-many --target=docs:generate --all --skip-nx-cache",
13-
"lint": "nx run-many --target=lint --all --skip-nx-cache",
14-
"lint:affected": "nx affected --target=lint",
15-
"lint:fix": "nx run-many --target=lint:fix --all --skip-nx-cache",
16-
"lint:fix:affected": "nx affected --target=lint:fix",
17-
"test": "nx run-many --target=test --all --skip-nx-cache",
18-
"test:unit": "nx run-many --target=test --all --skip-nx-cache --exclude=features",
19-
"test:features": "pnpm nx run features:test",
20-
"test:affected": "nx affected --target=test",
21-
"test:regenerate-snapshots": "nx build cli && packages/features/snapshots/regenerate.sh",
22-
"type-check": "nx run-many --target=type-check --all --skip-nx-cache",
23-
"type-check:affected": "nx affected --target=type-check",
6+
"build-dev-docs": "pnpm shopify docs generate && sh ./bin/docs/build-dev-docs.sh",
7+
"build:affected": "nx affected --target=build",
248
"build": "nx run-many --target=build --all --skip-nx-cache",
259
"bundle-for-release": "nx run-many --target=bundle --all --skip-nx-cache",
26-
"build:affected": "nx affected --target=build",
27-
"refresh-templates": "nx run-many --target=refresh-templates --all --skip-nx-cache",
28-
"refresh-manifests": "nx run-many --target=refresh-manifests --all --skip-nx-cache && bin/prettify-manifests.js && pnpm refresh-readme",
29-
"changeset-manifests": "changeset version && pnpm install --no-frozen-lockfile && pnpm refresh-manifests && pnpm refresh-readme && pnpm refresh-code-documentation && bin/update-cli-kit-version.js && pnpm build-api-docs",
3010
"changeset-build-no-docs": "changeset version && pnpm install --no-frozen-lockfile && pnpm build && bin/update-cli-kit-version.js",
11+
"changeset-manifests": "changeset version && pnpm install --no-frozen-lockfile && pnpm refresh-manifests && pnpm refresh-readme && pnpm refresh-code-documentation && bin/update-cli-kit-version.js && pnpm build-api-docs",
12+
"clean": "nx run-many --target=clean --all --skip-nx-cache && nx reset",
13+
"create-app": "nx build create-app && cross-env SHOPIFY_FLAG_PACKAGE_MANAGER=npm node packages/create-app/bin/dev.js",
14+
"deploy-experimental": "node bin/deploy-experimental.js",
15+
"graph": "nx graph",
16+
"graphql-codegen:get-graphql-schemas": "bin/get-graphql-schemas.js",
17+
"graphql-codegen": "nx run-many --target=graphql-codegen --all",
18+
"knip": "knip",
19+
"lint:affected": "nx affected --target=lint",
20+
"lint:fix:affected": "nx affected --target=lint:fix",
21+
"lint:fix": "nx run-many --target=lint:fix --all --skip-nx-cache",
22+
"lint": "nx run-many --target=lint --all --skip-nx-cache",
23+
"package": "bin/package.js",
3124
"refresh-code-documentation": "nx run-many --target=refresh-code-documentation --all --skip-nx-cache",
25+
"refresh-manifests": "nx run-many --target=refresh-manifests --all --skip-nx-cache && bin/prettify-manifests.js && pnpm refresh-readme",
3226
"refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache",
33-
"knip": "knip",
34-
"graphql-codegen": "nx run-many --target=graphql-codegen --all",
35-
"graphql-codegen:get-graphql-schemas": "bin/get-graphql-schemas.js",
36-
"deploy-experimental": "node bin/deploy-experimental.js",
37-
"build-dev-docs": "pnpm shopify docs generate && sh ./bin/docs/build-dev-docs.sh"
27+
"refresh-templates": "nx run-many --target=refresh-templates --all --skip-nx-cache",
28+
"shopify:run": "node packages/cli/bin/dev.js",
29+
"shopify": "nx build cli && node packages/cli/bin/dev.js",
30+
"test:affected": "nx affected --target=test",
31+
"test:features": "pnpm nx run features:test",
32+
"test:regenerate-snapshots": "nx build cli && packages/features/snapshots/regenerate.sh",
33+
"test:unit": "nx run-many --target=test --all --skip-nx-cache --exclude=features",
34+
"test": "nx run-many --target=test --all --skip-nx-cache",
35+
"type-check:affected": "nx affected --target=type-check",
36+
"type-check": "nx run-many --target=type-check --all --skip-nx-cache",
37+
"update-bugsnag": "bin/update-bugsnag.js"
3838
},
3939
"devDependencies": {
4040
"@bugsnag/source-maps": "^2.3.1",

0 commit comments

Comments
 (0)