mirror of https://github.com/certd/certd
chore:
parent
72bff652f7
commit
093520b686
|
@ -26,7 +26,7 @@ jobs:
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const pnpmWorkspace = "pnpm-workspace.yaml";
|
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||||
fs.removeSync(jsonFilePath)
|
fs.removeSync(jsonFilePath)
|
||||||
|
|
||||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5
|
7
|
||||||
|
|
Loading…
Reference in New Issue