Skip to content

Commit

Permalink
chore(pnpm): setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed Apr 4, 2024
1 parent ace3326 commit 817985e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"editor.inlayHints.enabled": "offUnlessPressed"
},
"typescript.tsdk": "node_modules/typescript/lib",
"vitest.commandLine": "bun vitest",
"vitest.commandLine": "pnpm vitest",
"cSpell.words": [
"aarch",
"Todos"
Expand Down
2 changes: 1 addition & 1 deletion cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"**/*.js",
"tsconfig.json",
"package.json",
"bun.lockb",
"pnpm-lock.yaml",
"node_modules"
]
},
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bootstrap": "cdk bootstrap",
"deploy": "cdk deploy",
"destroy": "cdk destroy",
"lint-fix": "bun linter-base-config --fix",
"lint-fix-all": "bun lint-fix .",
"lint-fix": "pnpm linter-base-config --fix",
"lint-fix-all": "pnpm lint-fix .",
"linter-base-config": "eslint --ext=js,ts",
"test-linter": "bun linter-base-config .",
"test-linter": "pnpm linter-base-config .",
"test-type": "tsc",
"test-unit": "vitest run --coverage",
"watch": "tsc -w"
Expand Down Expand Up @@ -38,5 +38,6 @@
},
"engines": {
"node": "^20.0.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 817985e

Please sign in to comment.