Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Jul 4, 2023
1 parent 19afe75 commit 7d0dfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest",
"start": "http-server src/templates/ -c-1",
"clean": "rm -r dist/",
"build": "if [ \"$CI\" == \"true\" ]; then ttsc && rm -r dist/templates/ && cp -r src/templates dist/templates && cp package.json package-lock.json tsconfig.json dist/; fi",
"build": "if [ \"$CI\" = \"true\" ]; then ttsc && rm -r dist/templates/ && cp -r src/templates dist/templates && cp package.json package-lock.json tsconfig.json dist/; fi",
"render": "./src/entrypoints/cli.ts --lat 60.222 --lon 24.83 --timezone Europe/Helsinki --locationName Espoo --batteryLevel 100 --width 1852 --height 1314 --paddingTop 70 --paddingRight 10 --paddingBottom 20 --paddingLeft 10",
"random": "./src/entrypoints/cli.ts --random --lat 60.222 --lon 24.83 --timezone Europe/Helsinki --locationName Espoo --batteryLevel 100"
},
Expand Down

0 comments on commit 7d0dfb4

Please sign in to comment.