We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668bad2 commit 5d63ec6Copy full SHA for 5d63ec6
scripts/build-all-assets.js
@@ -1,4 +1,4 @@
1
-const { execSync } = require('child_process');
+import { execSync } from 'node:child_process'
2
3
console.log('🔨 Running DXT build as part of semantic-release prepare step...');
4
execSync('npm run build:dxt', { stdio: 'inherit' });
0 commit comments