Skip to content

Commit

Permalink
Move template project to match repo restructuring (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Mar 13, 2019
1 parent d2eed92 commit de9ccf3
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"install-client-eventhubs-client": "cd packages/@azure/eventhubs/client && npm install",
"install-client-eventhubs-processor": "cd packages/@azure/eventhubs/processor && npm install",
"install-client-keyvault": "cd packages/@azure/keyvault && npm install",
"install-client-template": "cd packages/@azure/template && npm install",
"install-client-template": "cd sdk/template/template && npm install",
"install-client-servicebus": "cd packages/@azure/servicebus/data-plane && npm install",
"install-client": "npm-run-all -p -l install-client-*",
"build-client-eventhubs-client": "cd packages/@azure/eventhubs/client && npm run build",
"build-client-eventhubs-processor": "cd packages/@azure/eventhubs/processor && npm run build",
"build-client-keyvault": "cd packages/@azure/keyvault && npm run build",
"build-client-template": "cd packages/@azure/template && npm run build",
"build-client-template": "cd sdk/template/template && npm run build",
"build-client-servicebus": "cd packages/@azure/servicebus/data-plane && npm run build",
"build-client": "npm-run-all -p -l build-client-*",
"pack-client-eventhubs-client": "cd packages/@azure/eventhubs/client && npm pack",
"pack-client-eventhubs-processor": "cd packages/@azure/eventhubs/processor && npm pack",
"pack-client-keyvault": "cd packages/@azure/keyvault && npm pack",
"pack-client-template": "cd packages/@azure/template && npm pack",
"pack-client-template": "cd sdk/template/template && npm pack",
"pack-client-servicebus": "cd packages/@azure/servicebus/data-plane && npm pack",
"pack-client": "npm-run-all -p -l pack-client-*",
"test-client-template": "cd packages/@azure/template && npm run test",
"test-client-template": "cd sdk/template/template && npm run test",
"test-client": "npm-run-all -p -l \"test-client-* -- {@}\"",
"live-test-client-eventhubs-client": "cd packages/@azure/eventhubs/client && npm run unit",
"live-test-client-eventhubs-processor": "cd packages/@azure/eventhubs/processor && npm run unit",
Expand All @@ -59,10 +59,10 @@
"audit-client-eventhubs-client": "cd packages/@azure/eventhubs/client && npm i --package-lock-only && npm audit",
"audit-client-eventhubs-processor": "cd packages/@azure/eventhubs/processor && npm i --package-lock-only && npm audit",
"audit-client-keyvault": "cd packages/@azure/keyvault && npm i --package-lock-only && npm audit",
"audit-client-template": "cd packages/@azure/template && npm i --package-lock-only && npm audit",
"audit-client-template": "cd sdk/template/template && npm i --package-lock-only && npm audit",
"audit-client-servicebus": "cd packages/@azure/servicebus/data-plane && npm i --package-lock-only && npm audit",
"audit-client": "npm-run-all -p -l audit-client-*",
"lint-client-template": "cd packages/@azure/template && npm run eslint",
"lint-client-template": "cd sdk/template/template && npm run eslint",
"lint-client": "npm-run-all -p -l lint-client-*",
"analyze-client": "npm run audit-client && npm run lint-client"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de9ccf3

Please sign in to comment.