1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-06 08:20:24 +08:00
This commit is contained in:
源文雨
2023-05-01 00:35:58 +08:00
parent 78f77e0c7f
commit ae10a35264
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Install and build Frontend
run: |
sudo apt update
sudo apt install -y nodejs
sudo apt install -y nodejs zip
npm install pnpm -g
cd frontend/vben
pnpm i

View File

@@ -10,7 +10,7 @@ import (
//go:generate npm run build
//go:generate zip -9 -r -D dist.zip dist/* -x "dist/.DS_Store" "dist/*/.DS_Store"
//go:generate zip -9 -r dist.zip -x "dist/.DS_Store" "dist/*/.DS_Store" dist/*
//go:embed dist.zip
var distzipbytes []byte