Skip to content

Commit

Permalink
ci(ci): 💚 Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 2, 2024
1 parent bc572d3 commit 9329651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
PRE_BUILD_COMMAND: npm install -g pnpm
CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build
NODE_VERSION: 18.17.1
POST_BUILD_COMMAND: cp playground/staticwebapp.config.json playground/.output/public/staticwebapp.config.json
POST_BUILD_COMMAND: ls # cp playground/staticwebapp.config.json playground/.output/public/staticwebapp.config.json

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 9329651

Please sign in to comment.