Skip to content

Commit

Permalink
chore: merge conflict stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed Nov 21, 2023
1 parent bcca563 commit 3f10923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions src/commands/deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import { getEnvelopeEnv } from '../../utils/env/index.js'
import { getFunctionsManifestPath, getInternalFunctionsDir } from '../../utils/functions/index.js'
import openBrowser from '../../utils/open-browser.js'
import BaseCommand from '../base-command.js'
import { link } from '../link/index.js'
import { sitesCreate } from '../sites/index.js'
import { link } from '../link/link.js'
import { sitesCreate } from '../sites/sites-create.js'

// @ts-expect-error TS(7031) FIXME: Binding element 'api' implicitly has an 'any' type... Remove this comment to see the full error message
const triggerDeploy = async ({ api, options, siteData, siteId }) => {
Expand Down

0 comments on commit 3f10923

Please sign in to comment.