pls tell me its not because of my tabs

This commit is contained in:
yazninja 2022-05-21 01:01:46 +08:00
parent c92f532ca4
commit 33421d9d74

View file

@ -14,13 +14,13 @@ jobs:
prepare-build:
executor: cider-ci
steps:
# - checkout
- checkout
# - run:
# name: Rename Repository
# command: sed -i 's/github:ciderapp\/Cider/github:ciderapp\/cider-releases/' package.json
- run:
name: Update Version Number of App
command: chmod +x resources/version.sh && ./resources/version.sh
name: Update Version Number of App
command: chmod +x resources/version.sh && ./resources/version.sh
- run:
name: Update Package Managers
command: sudo npm update -g npm yarn