We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ffa0f commit 5013387Copy full SHA for 5013387
lib/main.js
@@ -86,7 +86,7 @@ function setVulcanEnvironment() {
86
function cleanUpTempFiles() {
87
const directory = process.cwd();
88
const tempFiles = readdirSync(directory).filter(
89
- (file) => file.startsWith('vulcan-') && file.endsWith('.temp.js'),
+ (file) => file.startsWith('azion-') && file.endsWith('.temp.js'),
90
);
91
92
tempFiles.forEach((file) => {
0 commit comments