Skip to content

Commit 5d63ec6

Browse files
committed
fix(cd): michael jackson script
1 parent 668bad2 commit 5d63ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-all-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { execSync } = require('child_process');
1+
import { execSync } from 'node:child_process'
22

33
console.log('🔨 Running DXT build as part of semantic-release prepare step...');
44
execSync('npm run build:dxt', { stdio: 'inherit' });

0 commit comments

Comments
 (0)