From 6c0e9997dd4775206029e27bd1cefd7b13c2f779 Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Mon, 20 May 2024 14:56:34 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 770d9eb..b007c68 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,5 @@ # Google Apps & TypeScript Project Template -**Note: The GitHub Workflows build will always be failing for this template repo as it doesn't have -a package-lock.json file. This is intentional! When you run `npm i` for your project, just make sure -to commit the lockfile.** - This repository provides a simple template to start a new [Google Apps Script](https://developers.google.com/apps-script) project with TypeScript. Building, linting, formatting, and pushing to Google Apps are all built in.