Skip to content

Commit

Permalink
fix: Update Citizen Quest to v1.18.4 (breaking bug fix in map)
Browse files Browse the repository at this point in the history
  • Loading branch information
elondaits committed Dec 3, 2024
1 parent 5c20869 commit a30c778
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 @@
"watch:copy": "cpx './extras/**' './dist/' -vw",
"watch:compile": "cd ./dist/src && npm run watch",
"install-server": "cd ./dist/server && npm install && cd ../..",
"build": "rm -rf ./dist && degit github:IMAGINARY/citizen-quest#v1.18.3 --force dist && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .. && npm run install-server"
"build": "rm -rf ./dist && degit github:IMAGINARY/citizen-quest#v1.18.4 --force dist && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .. && npm run install-server"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a30c778

Please sign in to comment.