Skip to content

Commit 25002b4

Browse files
update
1 parent 1f3ba43 commit 25002b4

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
bash ./sctipts/pre-commit.sh
3+
bash ./scripts/pre-commit.sh

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
bash ./sctipts/pre-push.sh
3+
bash ./scripts/pre-push.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Utilities for Google Apps Script™ projects.",
55
"main": "src/index.ts",
66
"scripts": {
7-
"maint": "bash ./sctipts/maintenance.sh",
7+
"maint": "bash ./scripts/maintenance.sh",
88
"dev": "vitest",
99
"format": "prettier --write .",
1010
"lint": "eslint --fix .",
File renamed without changes.

0 commit comments

Comments
 (0)