We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clasp should provide a nice error when there's a clasp push error due to the manifest being broken.
clasp push
Push failed. Errors: Request contains an invalid argument. Files to push were: └─ appsscript.json └─ index.ts
Have a manifest like this (with $schema):
$schema
{ "$schema": "http://json.schemastore.org/appsscript", "timeZone": "America/New_York", "dependencies": { }, "exceptionLogging": "STACKDRIVER" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Clasp should provide a nice error when there's a
clasp push
error due to the manifest being broken.Actual Behavior
Steps to Reproduce the Problem
Have a manifest like this (with
$schema
):The text was updated successfully, but these errors were encountered: