Skip to content

Commit

Permalink
actions打包时添加README和LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperzlib committed Jul 28, 2024
1 parent ae94922 commit 6c181e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:frontend": "cd frontend && npm run build",
"build:schema": "node cli/build-schema.js",
"build:server": "npm run build:schema && tsc -p tsconfig.node.json && shx cp -r server/schemas dist-server",
"build:pkg:assets": "shx mkdir -p build/frontend && shx cp -r frontend/dist build/frontend/dist && shx cp config-example.json5 build",
"build:pkg:assets": "shx mkdir -p build/frontend && shx cp -r frontend/dist build/frontend/dist && shx cp config-example.json5 build && shx cp README.md build && shx cp LICENSE build",
"build:pkg:win": "pkg . -t node18-win-x64 --out-path=build",
"build:pkg:linux": "pkg . -t node18-linux-x64 --out-path=build",
"build:pkg:clean": "shx rm -rf build",
Expand Down

0 comments on commit 6c181e5

Please sign in to comment.