Skip to content

Commit

Permalink
minor fix on package json (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Nov 19, 2024
1 parent 321def6 commit 94cc7f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"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 && mv build singapore-2024 && git checkout main",
"tag:current": "git checkout main && yarn && yarn run build:all && yarn run move-files && mv build current",
"tag:current": "git checkout main && yarn && yarn run build:all && 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/.",
"move-frontpage": "cp -r ./frontpage/* ./build/.",
"prepare-deployment": "git fetch --tags && yarn run clean && yarn run tag:cambridge && yarn run tag:buenos-aires && yarn run tag:berkeley && yarn run tag:hong-kong && yarn run tag:singapore && yarn run tag:current && mkdir build && yarn run move-tags && yarn run move-frontpage",
"clean": "rm -rf build",
Expand Down

0 comments on commit 94cc7f2

Please sign in to comment.