Skip to content

Commit

Permalink
fix: add import-map arg to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Apr 13, 2023
1 parent 135665f commit b2c8fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx-deno-deploy/src/lib/deploy-ctl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export function deployProject(

const options = [
`--project=${denoProject}`,
`--import-map=deno.json`,
isProd ? '--prod' : null,
token.length > 0 ? `--token=${token}` : '',
]
Expand Down

0 comments on commit b2c8fe7

Please sign in to comment.