Skip to content

Commit

Permalink
fix: add target
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Sep 30, 2023
1 parent 2168ba2 commit 70b59d8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions packages/pulumi/src/generators/init/init.impl.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import {
buildCommand,
DefaultGeneratorOptions,
execCommand,
NormalizedSchema,
normalizeOptions
} from '@nx-extend/core'
import {
addDependenciesToPackageJson,
addProjectConfiguration,
Expand All @@ -9,13 +16,6 @@ import {
runTasksInSerial,
Tree
} from '@nx/devkit'
import {
buildCommand,
DefaultGeneratorOptions,
execCommand,
NormalizedSchema,
normalizeOptions
} from '@nx-extend/core'
import { readFileSync, unlinkSync } from 'fs'
import { join } from 'path'
import { which } from 'shelljs'
Expand Down Expand Up @@ -134,6 +134,10 @@ export default async function (tree: Tree, rawOptions: InitOptions) {
preview: {
executor: '@nx-extend/pulumi:preview',
options: {}
},
refresh: {
executor: '@nx-extend/pulumi:refresh',
options: {}
}
},
tags: options.parsedTags
Expand Down

0 comments on commit 70b59d8

Please sign in to comment.