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