We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f39994 commit 438b1b1Copy full SHA for 438b1b1
README.md
@@ -0,0 +1 @@
1
+# Utilities for Google Apps Script Projects
package.json
@@ -15,10 +15,10 @@
15
],
16
"scripts": {
17
"dev": "vitest",
18
- "build": "tsc",
19
"format": "prettier --write .",
20
"lint": "eslint --fix .",
21
- "test": "vitest run"
+ "test": "vitest run",
+ "build": "tsc"
22
},
23
"repository": {
24
"type": "git",
0 commit comments