Skip to content

Commit 1698ea5

Browse files
committed
chore(construct): update
1 parent c3b0731 commit 1698ea5

File tree

16 files changed

+1195
-1846
lines changed

16 files changed

+1195
-1846
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"{packages,examples}/**/*.{ts,tsx,astro}": [
3-
"eslint --fix",
4-
"pnpm run test"
3+
"eslint --fix"
54
],
65
"docs/**/*.{md,mdx,ts}": [
76
"eslint --fix"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "turbo run test --",
1010
"lint": "eslint .",
1111
"clean": "turbo run clean",
12-
"cdk": "turbo run cdk --",
12+
"cdk": "turbo run cdk -- ",
1313
"publish-version": "bumpp -r",
1414
"publish-packages": "turbo run publish-packages",
1515
"hugo": "turbo run hugo --filter docs"

0 commit comments

Comments
 (0)