LarpixClient/electron/node_modules/tmp-promise/publish.js
2026-05-10 14:02:17 +02:00

8 lines
No EOL
188 B
JavaScript

'use strict';
const { execSync } = require('child_process');
const { version } = require('./package');
execSync('npm run test');
execSync(`git tag v${version}`);
execSync('npm publish');