diff --git a/.gitignore b/.gitignore index e240ef222..01a2cd1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ apps/**/*/*.map apps/**/*/platforms apps/**/*/webpack.*.js *.tgz -!tools/plugins/nps-i-1.1.0.tgz # System Files .DS_Store diff --git a/package.json b/package.json index 99971ade4..3cec1c8c3 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@nrwl/nx-cloud": "~10.0.0", "@nrwl/workspace": "~10.0.7", "@nstudio/focus": "~10.0.0", + "@nstudio/nps-i": "~1.1.0", "@types/chai": "^4.2.11", "@types/jest": "~26.0.4", "@types/mocha": "^7.0.2", @@ -41,9 +42,6 @@ "module-alias": "^2.2.2", "nativescript": "rc", "node-sass": "~4.14.1", - "nps": "^5.10.0", - "nps-i": "file:tools/plugins/nps-i-1.1.0.tgz", - "nps-utils": "^1.7.0", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1", "prettier": "~2.0.5", diff --git a/tools/plugins/nps-i-1.1.0.tgz b/tools/plugins/nps-i-1.1.0.tgz deleted file mode 100644 index 638bbe20c..000000000 Binary files a/tools/plugins/nps-i-1.1.0.tgz and /dev/null differ diff --git a/tools/workspace-scripts.js b/tools/workspace-scripts.js index 66de2b24d..84cb23ee0 100644 --- a/tools/workspace-scripts.js +++ b/tools/workspace-scripts.js @@ -126,10 +126,10 @@ module.exports = { }, }, "⚡": { - script: `npx cowsay "Focus on segments of monorepo for efficiency ⚡"`, - description: '_____________ Focus on source (VS Code supported) _____________' + script: `npx cowsay "Focus only on source you care about for efficiency ⚡"`, + description: '_____________ Focus (VS Code supported) _____________' }, - 'focus': { + focus: { core: { script: 'nx g @nstudio/focus:mode core', description: 'Focus on @nativescript/core'