Skip to content

Commit

Permalink
Delete @shopify/hydrogen and @shopify/create-hydrogen packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Feb 17, 2023
1 parent 19f3fd2 commit 466ed65
Show file tree
Hide file tree
Showing 78 changed files with 39 additions and 8,513 deletions.
4 changes: 1 addition & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"@shopify/theme",
"@shopify/ui-extensions-dev-console-app",
"@shopify/plugin-ngrok",
"@shopify/plugin-did-you-mean",
"@shopify/cli-hydrogen",
"@shopify/create-hydrogen"
"@shopify/plugin-did-you-mean"
]],
"access": "public",
"baseBranch": "main",
Expand Down
2 changes: 0 additions & 2 deletions configurations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"noUncheckedIndexedAccess": true,
"jsx": "react",
"paths": {
"@shopify/cli-hydrogen/commands/hydrogen/init": ["../packages/cli-hydrogen/src/cli/commands/hydrogen/init"],
"@shopify/cli-kit": ["../packages/cli-kit/src/index"],
"@shopify/cli-kit/*": ["../packages/cli-kit/src/public/*"],
"@shopify/cli-kit/typing/*": ["../packages/cli-kit/src/typing/*"],
},
Expand Down
3 changes: 0 additions & 3 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ commands:
create-app:
desc: 'Runs the create-app CLI'
run: pnpm create-app
create-hydrogen:
desc: 'Runs the create-hydrogen CLI'
run: pnpm create-hydrogen
clean:
desc: 'Clean the packages'
run: pnpm run clean
Expand Down
1 change: 0 additions & 1 deletion docs/cli/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You can run the CLIs through the following `package.json` scripts:

- `pnpm shopify`: Builds and runs the Shopify CLI.
- `pnpm create-app`: Builds and runs the create-app CLI.
- `pnpm create-hydrogen`: Builds and runs the create-hydrogen CLI.

All commands support the `--path` argument, so you can run any command pointing to your app. For example, `pnpm shopify app build --path /path/to/project`

Expand Down
2 changes: 1 addition & 1 deletion eslint-rules/command-conventional-flag-env.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://eslint.org/docs/developer-guide/working-with-rules
const VALID_FLAGS = ['SHOPIFY_FLAG_', 'SHOPIFY_HYDROGEN_FLAG_']
const VALID_FLAGS = ['SHOPIFY_FLAG_']

module.exports = {
meta: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"shopify": "nx build cli && node packages/cli/bin/dev.js",
"shopify:run": "node packages/cli/bin/dev.js",
"create-app": "nx build create-app && node packages/create-app/bin/dev.js",
"create-hydrogen": "nx build create-hydrogen && node packages/create-hydrogen/bin/dev.js",
"clean": "nx run-many --target=clean --all --skip-nx-cache && nx reset",
"lint": "nx run-many --target=lint --all --skip-nx-cache",
"lint:affected": "nx affected --target=lint --all",
Expand Down
Empty file.
Loading

0 comments on commit 466ed65

Please sign in to comment.