Update checked-in dependencies
This commit is contained in:
parent
75e4d9f140
commit
4154eaf0e9
55 changed files with 1717 additions and 1934 deletions
8
node_modules/tmp-promise/publish.js
generated
vendored
Normal file
8
node_modules/tmp-promise/publish.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const { execSync } = require('child_process');
|
||||
const { version } = require('./package');
|
||||
|
||||
execSync('npm run test');
|
||||
execSync(`git tag v${version}`);
|
||||
execSync('npm publish');
|
||||
Loading…
Add table
Add a link
Reference in a new issue