Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Jul 23, 2024
1 parent a190bf9 commit a24173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tag:buenos-aires": "git checkout tags/buenos-aires-2023 && yarn && yarn run build && mv build buenos-aires-2023 && git checkout main",
"tag:berkeley": "git checkout tags/berkeley-2023 && yarn && yarn run build && mv build berkeley-2023 && git checkout main",
"tag:hong-kong": "git checkout tags/hong-kong-2024 && yarn && yarn run build && mv build hong-kong-2024 && git checkout main",
"tag:singapore": "git checkout tags/singapore-2024 && yarn && yarn run build:all && yarn run move-files && mv build singapore-2024",
"tag:singapore": "git checkout tags/singapore-2024 && yarn && yarn run build && mv build singapore-2024 && git checkout main",
"tag:current": "git checkout main && yarn && yarn run build:all && yarn run move-files && mv build current",
"move-tags": "git checkout main && mv cambridge-2022 build && mv buenos-aires-2023 build && mv berkeley-2023 build && mv hong-kong-2024 build && mv singapore-2024 build",
"move-files": "cp ./syllabus/4-Governance/Slides_Singapore.* ./build/syllabus/4-Governance/.",
Expand Down

0 comments on commit a24173e

Please sign in to comment.