|
15 | 15 | "initdev": "npm run initdev:npm", |
16 | 16 | "initdev:npm": "npm run initdev:npm:base & npm run initdev:npm:tasks", |
17 | 17 | "initdev:npm:base": "npm install --no-progress --no-update-notifier", |
18 | | - "initdev:npm:tasks": "glob-exec --parallel --foreach \"variable-*/*/tsconfig.json\" -- \"cd {{file.dir}} && npm install --no-update-notifier --no-progress\"", |
19 | | - "compile:tasks": "glob-exec \"variable-*/*/tsconfig.json\" -- \"tsc -b {{files.join(' ')}}\"", |
| 18 | + "initdev:npm:tasks": "glob-exec --parallel --foreach \"vsts-variable-*/*/tsconfig.json\" -- \"cd {{file.dir}} && npm install --no-update-notifier --no-progress\"", |
| 19 | + "compile:tasks": "glob-exec \"vsts-variable-*/*/tsconfig.json\" -- \"tsc -b {{files.join(' ')}}\"", |
20 | 20 | "postcompile:tasks": "npm run lint:tasks", |
21 | | - "cleanup:tasks": "glob-exec --parallel --foreach \"variable-*/*/tsconfig.json\" -- \"cd {{file.dir}} && npm dedupe && npm prune --production\"", |
22 | | - "lint:tasks": "glob-exec --parallel --foreach \"variable-*/*/tsconfig.json\" -- \"eslint {{file.dir}} --parser-options \"{'project':['{{file}}','variable-*/tsconfig.json']}\"", |
| 21 | + "cleanup:tasks": "glob-exec --parallel --foreach \"vsts-variable-*/*/tsconfig.json\" -- \"cd {{file.dir}} && npm dedupe && npm prune --production\"", |
| 22 | + "lint:tasks": "glob-exec --parallel --foreach \"vsts-variable-*/*/tsconfig.json\" -- \"eslint {{file.dir}} --parser-options \"{'project':['{{file}}','vsts-variable-*/tsconfig.json']}\"", |
23 | 23 | "package:tasks": "tfx extension create --root . --output-path dist --manifest-globs vss-extension.json", |
24 | 24 | "build": "npm run build:tasks", |
25 | 25 | "build:clean": "npm run clean && npm run initdev && npm run build", |
|
0 commit comments