@brainly-gene/create
Advanced tools
Comparing version 0.2.1-alpha.1 to 0.2.1-alpha.2
@@ -99,7 +99,9 @@ #!/usr/bin/env node | ||
console.log('Generating gene-workspace with npm nx'); | ||
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:gene-workspace']); | ||
// We should be able to remove `--legacy-peer-deps` once storybook is updated to v7 | ||
console.log('Generating gene-workspace with nx'); | ||
await execCommand('nx', ['g', '@brainly-gene/tools:gene-workspace']); | ||
console.log('Generating e2e testing providers'); | ||
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:e2e-providers']); | ||
await execCommand('nx', ['g', '@brainly-gene/tools:e2e-providers']); | ||
} catch (error) { | ||
@@ -106,0 +108,0 @@ console.error(error); |
{ | ||
"dependencies": { | ||
"@brainly-gene/core": "0.2.1-alpha.1", | ||
"@brainly-gene/next": "0.2.1-alpha.1", | ||
"@brainly-gene/core": "0.2.1-alpha.2", | ||
"@brainly-gene/next": "0.2.1-alpha.2", | ||
"@nx/next": "17.3.2", | ||
@@ -54,4 +54,4 @@ "@sentry/react": "7.77.0", | ||
"devDependencies": { | ||
"@brainly-gene/eslint-plugin": "0.2.1-alpha.1", | ||
"@brainly-gene/tools": "0.2.1-alpha.1", | ||
"@brainly-gene/eslint-plugin": "0.2.1-alpha.2", | ||
"@brainly-gene/tools": "0.2.1-alpha.2", | ||
"@nx/cypress": "17.3.2", | ||
@@ -58,0 +58,0 @@ "@nx/devkit": "17.3.2", |
{ | ||
"name": "@brainly-gene/create", | ||
"version": "0.2.1-alpha.1", | ||
"version": "0.2.1-alpha.2", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "bin": { |
8419
204