Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove generate command from CT and BP themes #6035

Merged
merged 3 commits into from Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/boilerplate/theme/package.json
Expand Up @@ -7,7 +7,6 @@
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"test:e2e": "cypress open --config-file tests/e2e/cypress.json",
"test:e2e:hl": "cypress run --headless --config-file tests/e2e/cypress.json",
Expand Down
1 change: 0 additions & 1 deletion packages/commercetools/theme/package.json
Expand Up @@ -11,7 +11,6 @@
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"test:e2e": "cypress open --config-file tests/e2e/cypress.json",
"test:e2e:hl": "cypress run --headless --config-file tests/e2e/cypress.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/docs/changelog/6035.js
@@ -0,0 +1,8 @@
module.exports = {
description: 'Remove `generate` command from `package.json`',
link: 'https://github.com/vuestorefront/vue-storefront/pull/6035',
isBreaking: false,
breakingChanges: [],
author: 'lukaszjedrasik',
linkToGitHubAccount: 'https://github.com/lukaszjedrasik'
};
8 changes: 8 additions & 0 deletions packages/core/docs/commercetools/changelog/6035.js
@@ -0,0 +1,8 @@
module.exports = {
description: 'Remove `generate` command from `package.json`',
link: 'https://github.com/vuestorefront/vue-storefront/pull/6035',
isBreaking: false,
breakingChanges: [],
author: 'lukaszjedrasik',
linkToGitHubAccount: 'https://github.com/lukaszjedrasik'
};