Skip to content

Commit

Permalink
favicon, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Feb 3, 2024
1 parent c7b2fb0 commit 9ddd626
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 355 deletions.
3 changes: 2 additions & 1 deletion bin/deploy.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
import gcloud from '@battis/partly-gcloudy';
gcloud.init();

await gcloud.init();
await gcloud.app.deploy();
console.log('Deploy complete.');
2 changes: 1 addition & 1 deletion bin/logs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import gcloud from '@battis/partly-gcloudy';
import cli from '@battis/qui-cli';

gcloud.init();
await gcloud.init();
cli.shell.setSilent(false);
gcloud.app.logs();
4 changes: 2 additions & 2 deletions bin/setup.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env node
import options from './options.mjs';
import gcloud from '@battis/partly-gcloudy';
import cli from '@battis/qui-cli';
import fs from 'fs';
import path from 'path';
import options from './options.mjs';

async function guideGoogleWorkspaceAdminDelegation({ email, uniqueId }) {
await cli.prompts.confirm({
Expand Down Expand Up @@ -57,7 +57,7 @@ async function guideBlackbaudAppCreation({
}

(async () => {
const args = gcloud.init({
const args = await gcloud.init({
args: {
options,
flags: {
Expand Down
118 changes: 59 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@battis/prettier-config": "latest",
"@battis/qui-cli": "^0.3.9",
"@battis/webpack": "latest",
"@types/node": "^20.11.0",
"@types/node": "^20.11.16",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 9ddd626

Please sign in to comment.