Skip to content

Commit

Permalink
fixes cli scripts for create app
Browse files Browse the repository at this point in the history
  • Loading branch information
camcash17 committed Mar 28, 2024
1 parent b7a049c commit d002768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-crabs-boil.md
@@ -0,0 +1,5 @@
---
'@cloud-carbon-footprint/create-app': patch
---

updates the cli scripts
6 changes: 3 additions & 3 deletions packages/create-app/templates/default-app/package.json
Expand Up @@ -38,8 +38,8 @@
"start-cli": "yarn workspace @cloud-carbon-footprint/cli-template start",
"test": "lerna run test -- --coverage",
"guided-install": "cd packages/cli && yarn guided-install",
"create-lookup-table": "yarn workspace @cloud-carbon-footprint/cli create-lookup-table",
"create-azure-lookup": "yarn workspace @cloud-carbon-footprint/cli create-azure-lookup",
"estimate-on-premise-data": "yarn workspace @cloud-carbon-footprint/cli estimate-on-premise-data"
"create-lookup-table": "yarn workspace @cloud-carbon-footprint/cli-template create-lookup-table",
"create-azure-lookup": "yarn workspace @cloud-carbon-footprint/cli-template create-azure-lookup",
"estimate-on-premise-data": "yarn workspace @cloud-carbon-footprint/cli-template estimate-on-premise-data"
}
}

0 comments on commit d002768

Please sign in to comment.