Skip to content

Commit 9b66345

Browse files
committed
Udate build process
1 parent 52c63a1 commit 9b66345

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"initdev": "npm run initdev:npm",
1616
"initdev:npm": "npm run initdev:npm:base & npm run initdev:npm:tasks",
1717
"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(' ')}}\"",
2020
"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']}\"",
2323
"package:tasks": "tfx extension create --root . --output-path dist --manifest-globs vss-extension.json",
2424
"build": "npm run build:tasks",
2525
"build:clean": "npm run clean && npm run initdev && npm run build",

0 commit comments

Comments
 (0)