web sdk adjustments
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
a7fe2b48e6
commit
de59229566
@@ -1,4 +1,4 @@
|
||||
import { execSync } from 'node:child_process';
|
||||
import { exec, execSync } from 'node:child_process';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import arg from 'arg';
|
||||
@@ -220,6 +220,9 @@ function main() {
|
||||
|
||||
// Publish
|
||||
if (publish) {
|
||||
if (test) {
|
||||
execSync('rm -rf ~/.local/share/verdaccio/storage/@openpanel');
|
||||
}
|
||||
dependents.forEach((dependent) => {
|
||||
console.log(`🚀 Publishing ${dependent} to ${registry}`);
|
||||
execSync(`npm publish --access=public --registry ${registry}`, {
|
||||
|
||||
Reference in New Issue
Block a user