|
2 | 2 | "private": true, |
3 | 3 | "type": "module", |
4 | 4 | "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", |
| 5 | + "build-api-docs": "nx run-many --target=build-api-docs --all --skip-nx-cache", |
| 6 | + "build-dev-docs": "pnpm shopify docs generate && sh ./bin/docs/build-dev-docs.sh", |
| 7 | + "build:affected": "nx affected --target=build", |
| 8 | + "build": "nx run-many --target=build --all --skip-nx-cache", |
| 9 | + "bundle-for-release": "nx run-many --target=bundle --all --skip-nx-cache", |
| 10 | + "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", |
11 | 12 | "clean": "nx run-many --target=clean --all --skip-nx-cache && nx reset", |
12 | | - "docs:generate": "nx run-many --target=docs:generate --all --skip-nx-cache", |
13 | | - "lint": "nx run-many --target=lint --all --skip-nx-cache", |
| 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", |
14 | 19 | "lint:affected": "nx affected --target=lint", |
15 | | - "lint:fix": "nx run-many --target=lint:fix --all --skip-nx-cache", |
16 | 20 | "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", |
| 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", |
| 24 | + "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", |
| 26 | + "refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache", |
| 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", |
20 | 30 | "test:affected": "nx affected --target=test", |
| 31 | + "test:features": "pnpm nx run features:test", |
21 | 32 | "test:regenerate-snapshots": "nx build cli && packages/features/snapshots/regenerate.sh", |
22 | | - "type-check": "nx run-many --target=type-check --all --skip-nx-cache", |
| 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", |
23 | 35 | "type-check:affected": "nx affected --target=type-check", |
24 | | - "build": "nx run-many --target=build --all --skip-nx-cache", |
25 | | - "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-documentation && bin/update-cli-kit-version.js", |
30 | | - "changeset-build-no-docs": "changeset version && pnpm install --no-frozen-lockfile && pnpm build && bin/update-cli-kit-version.js", |
31 | | - "refresh-documentation": "nx run-many --target=refresh-documentation --all --skip-nx-cache", |
32 | | - "refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache", |
33 | | - "build-docs": "sh ./bin/docs/build-docs.sh", |
34 | | - "knip": "knip", |
35 | | - "graphql-codegen": "nx run-many --target=graphql-codegen --all", |
36 | | - "graphql-codegen:get-graphql-schemas": "bin/get-graphql-schemas.js", |
37 | | - "deploy-experimental": "node bin/deploy-experimental.js", |
38 | | - "update-docs": "pnpm shopify docs generate && pnpm build-docs" |
| 36 | + "type-check": "nx run-many --target=type-check --all --skip-nx-cache", |
| 37 | + "update-bugsnag": "bin/update-bugsnag.js" |
39 | 38 | }, |
40 | 39 | "devDependencies": { |
41 | 40 | "@bugsnag/source-maps": "^2.3.1", |
|
0 commit comments