Skip to content

Commit

Permalink
fix: forgot to add to executors (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 2, 2023
2 parents 1d73ae8 + e69c261 commit 86bec12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/pulumi/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"implementation": "./src/executors/preview/preview.impl",
"schema": "./src/executors/preview/schema.json",
"description": "preview executor"
},
"refresh": {
"implementation": "./src/executors/refresh/refresh.impl",
"schema": "./src/executors/refresh/schema.json",
"description": "refresh executor"
}
}
}

0 comments on commit 86bec12

Please sign in to comment.