Skip to content

Commit 240dee0

Browse files
committed
build: install clasp at workspace
1 parent 0218526 commit 240dee0

File tree

2 files changed

+1950
-4030
lines changed

2 files changed

+1950
-4030
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
"format": "pnpm format:prettier && pnpm format:biome",
1616
"lint:biome": "biome check .",
1717
"lint:prettier": "prettier --check .",
18-
"lint": "pnpm lint:prettier && pnpm lint:biome"
18+
"lint": "pnpm lint:prettier && pnpm lint:biome",
19+
"clasp": "@google/clasp"
1920
},
2021
"devDependencies": {
2122
"@biomejs/biome": "^1.9.4",
2223
"@changesets/cli": "^2.28.1",
24+
"@google/clasp": "3.0.2-alpha",
2325
"husky": "^9.1.7",
2426
"lint-staged": "^15.5.0",
2527
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)