@brainly-gene/create
Advanced tools
Comparing version 0.2.1-alpha.0 to 0.2.1-alpha.1
@@ -81,3 +81,7 @@ #!/usr/bin/env node | ||
); | ||
await execCommand('npm', ['install', ...dependencyArgs]); | ||
await execCommand('npm', [ | ||
'install', | ||
...dependencyArgs, | ||
'--legacy-peer-deps', | ||
]); | ||
@@ -89,11 +93,12 @@ // Install devDependencies | ||
); | ||
await execCommand('npm', ['install', '-D', ...devDependencyArgs]); | ||
console.log('Generating gene-workspace with npm nx'); | ||
await execCommand('npm', [ | ||
'nx', | ||
'g', | ||
'@brainly-gene/tools:gene-workspace', | ||
'install', | ||
'-D', | ||
...devDependencyArgs, | ||
'--legacy-peer-deps', | ||
]); | ||
console.log('Generating gene-workspace with npm nx'); | ||
await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:gene-workspace']); | ||
console.log('Generating e2e testing providers'); | ||
@@ -100,0 +105,0 @@ await execCommand('npm', ['nx', 'g', '@brainly-gene/tools:e2e-providers']); |
{ | ||
"dependencies": { | ||
"@brainly-gene/core": "0.2.1-alpha.0", | ||
"@brainly-gene/next": "0.2.1-alpha.0", | ||
"@brainly-gene/core": "0.2.1-alpha.1", | ||
"@brainly-gene/next": "0.2.1-alpha.1", | ||
"@nx/next": "17.3.2", | ||
@@ -54,4 +54,4 @@ "@sentry/react": "7.77.0", | ||
"devDependencies": { | ||
"@brainly-gene/eslint-plugin": "0.2.1-alpha.0", | ||
"@brainly-gene/tools": "0.2.1-alpha.0", | ||
"@brainly-gene/eslint-plugin": "0.2.1-alpha.1", | ||
"@brainly-gene/tools": "0.2.1-alpha.1", | ||
"@nx/cypress": "17.3.2", | ||
@@ -58,0 +58,0 @@ "@nx/devkit": "17.3.2", |
{ | ||
"name": "@brainly-gene/create", | ||
"version": "0.2.1-alpha.0", | ||
"version": "0.2.1-alpha.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8348
203