main.yml: update build command to include output directory, minification, and source map options
This commit is contained in:
parent
45c15d6ccc
commit
921f564e62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
working-directory: /home/neko/Git/imnyang
|
||||
- run: bun install
|
||||
working-directory: /home/neko/Git/imnyang
|
||||
- run: bun run build
|
||||
- run: bun run build.ts --outdir=dist --minify --source-map=linked --external=react,react-dom,lucide-react
|
||||
working-directory: /home/neko/Git/imnyang
|
||||
- run: rm -rf /var/static/imnya.ng && cp -r dist /var/static/imnya.ng
|
||||
working-directory: /home/neko/Git/imnyang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue