mirror of https://github.com/certd/certd
chore: github action build
parent
9559bdf817
commit
72bff652f7
|
@ -25,6 +25,10 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
|
const pnpmWorkspace = "pnpm-workspace.yaml";
|
||||||
|
fs.removeSync(jsonFilePath)
|
||||||
|
|
||||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||||
console.log(jsonContent)
|
console.log(jsonContent)
|
||||||
|
@ -36,9 +40,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up the working directory
|
- name: Set up the working directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /app/
|
mkdir -p ./packages/ui/
|
||||||
cp -r ./packages/ui/ /app/
|
working-directory: ./packages/ui/
|
||||||
working-directory: /app/
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4
|
5
|
Loading…
Reference in New Issue