You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running npx ng add @dev-thought/nx-deploy-it and choosing the project in my NX Workspace, i get the message that nothing was selected.
To Reproduce
Steps to reproduce the behavior:
Create new NX Workspace
Run npx ng add @dev-thought/nx-deploy-it
Choose your project
Expected behavior
Deploy to Cloud provider
Logs
Output:
No applications selected. Skipping setup
Nothing to be done.
Describe the bug
After running npx ng add @dev-thought/nx-deploy-it and choosing the project in my NX Workspace, i get the message that nothing was selected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Deploy to Cloud provider
Logs
Output:
No applications selected. Skipping setup
Nothing to be done.
Application type:
Win 10
package.json
{
"name": "test-deploy",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.0",
"@angular/common": "^12.2.0",
"@angular/compiler": "^12.2.0",
"@angular/core": "^12.2.0",
"@angular/forms": "^12.2.0",
"@angular/platform-browser": "^12.2.0",
"@angular/platform-browser-dynamic": "^12.2.0",
"@angular/router": "^12.2.0",
"@dev-thought/nx-deploy-it": "^2.0.0",
"@nrwl/angular": "12.10.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.0",
"@angular-eslint/eslint-plugin": "~12.3.0",
"@angular-eslint/eslint-plugin-template": "~12.3.0",
"@angular-eslint/template-parser": "~12.3.0",
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "^12.2.0",
"@angular/language-service": "^12.2.0",
"@nrwl/cli": "12.10.0",
"@nrwl/cypress": "12.10.0",
"@nrwl/eslint-plugin-nx": "12.10.0",
"@nrwl/jest": "12.10.0",
"@nrwl/linter": "12.10.0",
"@nrwl/tao": "12.10.0",
"@nrwl/workspace": "12.10.0",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "~4.31.1",
"@typescript-eslint/parser": "~4.31.1",
"cypress": "^8.3.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"jest-preset-angular": "10.0.1",
"prettier": "^2.3.1",
"ts-jest": "27.0.5",
"typescript": "~4.3.5"
}
}
Provider:
[] AWS
[] Azure
[] Google Cloud Platform
nx-deploy-it version
0.2.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: