This commit is contained in:
xRain 2023-08-22 11:44:57 +08:00
parent e734ec1ff6
commit a91ed5474d

View File

@ -7,9 +7,9 @@ runs:
- uses: docker://node:18 - uses: docker://node:18
with: with:
entrypoint: 'bash -c' entrypoint: 'bash -c'
args: args: |
- npm install npm install
- npm run build -- --outputPath=dist npm run build -- --outputPath=dist
- shell: sh - shell: sh
run: | run: |