Skip to content

Commit 438b1b1

Browse files
add README.md
1 parent 8f39994 commit 438b1b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Utilities for Google Apps Script Projects

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"scripts": {
1717
"dev": "vitest",
18-
"build": "tsc",
1918
"format": "prettier --write .",
2019
"lint": "eslint --fix .",
21-
"test": "vitest run"
20+
"test": "vitest run",
21+
"build": "tsc"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)