Skip to content

Commit

Permalink
ci: remove warming
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Aug 19, 2024
1 parent 0240b57 commit f324524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: dev小程序项目
working-directory: ../sample-project
run: node ./../create-uni/scripts/dev.cjs
run: node --no-warnings ./../create-uni/scripts/dev.cjs

- name: 打包小程序项目
working-directory: ../sample-project
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

- name: dev小程序项目
working-directory: ../sample-project
run: node ./../create-uni/scripts/dev.cjs
run: node --no-warnings ./../create-uni/scripts/dev.cjs

- name: 打包小程序项目
working-directory: ../sample-project
Expand Down

0 comments on commit f324524

Please sign in to comment.