Skip to content

Commit 1a04571

Browse files
committed
fix: update starter lib and move project task to front
1 parent c23607b commit 1a04571

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@commitlint/config-conventional": "^19.8.0",
2525
"@tsconfig/node22": "^22.0.1",
2626
"@types/node": "^22.14.0",
27-
"lefthook": "^1.11.7",
27+
"lefthook": "^1.11.8",
2828
"tsx": "^4.19.3",
2929
"typescript": "^5.8.3"
3030
},
3131
"dependencies": {
3232
"@aws-sdk/client-acm": "^3.782.0",
3333
"@listr2/prompt-adapter-enquirer": "^2.0.12",
34-
"@soliantconsulting/starter-lib": "^1.2.1",
34+
"@soliantconsulting/starter-lib": "^1.2.3",
3535
"enquirer": "^2.4.1",
3636
"listr2": "^8.2.5"
3737
},

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import { synthTask } from "./tasks/synth.js";
1616
await runPipeline({
1717
packageName: "@soliantconsulting/create-react-app",
1818
tasks: [
19-
createPnpmVersionTask("10.0.0"),
19+
createPnpmVersionTask("10.7.0"),
20+
createProjectTask(),
2021
createAwsEnvTask(),
2122
createBitbucketRepositoryTask(),
2223
createDeployRoleTask(),
2324
stagingDomainTask,
24-
createProjectTask(),
2525
featuresTask,
2626
synthTask,
2727
createGitTask(),

0 commit comments

Comments
 (0)