mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,7 +40,6 @@ apps/**/*/*.map
|
||||
apps/**/*/platforms
|
||||
apps/**/*/webpack.*.js
|
||||
*.tgz
|
||||
!tools/plugins/nps-i-1.1.0.tgz
|
||||
|
||||
# System Files
|
||||
.DS_Store
|
||||
|
||||
@@ -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",
|
||||
|
||||
Binary file not shown.
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user